Removed the unnecessary option "Auto store player settings"
from OptionsDialog dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@276 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/rfbplayer.rc b/rfbplayer/rfbplayer.rc
index f3f8460..6eb8375 100644
--- a/rfbplayer/rfbplayer.rc
+++ b/rfbplayer/rfbplayer.rc
@@ -225,7 +225,7 @@
BS_AUTOCHECKBOX | WS_TABSTOP,7,40,63,12
END
-IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 187, 194
+IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 187, 180
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Options"
FONT 8, "MS Sans Serif"
@@ -240,20 +240,17 @@
BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,105,157,15
CONTROL "Accept the cut text",IDC_ACCEPT_CUT_TEXT,"Button",
BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,120,157,15
- CONTROL "Auto store the player settings",IDC_AUTO_STORE_PARAM,
- "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,135,
- 157,15
CONTROL "Start play the session when it is opened",IDC_AUTOPLAY,
- "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,150,
+ "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,135,
157,9
- DEFPUSHBUTTON "OK",IDOK,20,174,50,14
- PUSHBUTTON "Cancel",IDCANCEL,75,174,50,14
- PUSHBUTTON "Default",IDC_DEFAULT,130,174,50,14
+ DEFPUSHBUTTON "OK",IDOK,20,161,50,13
+ PUSHBUTTON "Cancel",IDCANCEL,75,161,50,13
+ PUSHBUTTON "Default",IDC_DEFAULT,130,161,50,13
PUSHBUTTON "Edit User PF",IDC_EDIT_UPF,110,52,62,14
GROUPBOX "Pixel format",IDC_STATIC,7,6,173,79
LTEXT "Forces the pixel format for the rfb session:",
IDC_STATIC,15,17,157,13
- GROUPBOX "Other",IDC_STATIC,7,90,173,79
+ GROUPBOX "Other",IDC_STATIC,7,90,173,65
END
IDD_ABOUT DIALOG DISCARDABLE 0, 0, 251, 95
@@ -382,7 +379,7 @@
VERTGUIDE, 130
VERTGUIDE, 172
TOPMARGIN, 6
- BOTTOMMARGIN, 188
+ BOTTOMMARGIN, 174
HORZGUIDE, 17
HORZGUIDE, 30
HORZGUIDE, 42
@@ -393,9 +390,10 @@
HORZGUIDE, 105
HORZGUIDE, 120
HORZGUIDE, 135
+ HORZGUIDE, 144
HORZGUIDE, 150
- HORZGUIDE, 169
- HORZGUIDE, 174
+ HORZGUIDE, 155
+ HORZGUIDE, 161
END
IDD_USERPF_LIST, DIALOG