summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-31 11:55:14 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-31 11:55:14 +0000
commitd73a62b9e037711e47d0ab78df1459de97b7bdc3 (patch)
treef676bd99849467c555dcfd5309ea0c951d2bd192 /plugins/StartPosition/res
parenta16a82ec61cfecc76b73c895832a0c447f6ffaae (diff)
fixed plugin work
renamed settings group fixed Apply button activation not needed settings now disabled git-svn-id: http://svn.miranda-ng.org/main/trunk@2893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/res')
-rw-r--r--plugins/StartPosition/res/resource.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/StartPosition/res/resource.rc b/plugins/StartPosition/res/resource.rc
index 9a6b7526a3..6f01860a9a 100644
--- a/plugins/StartPosition/res/resource.rc
+++ b/plugins/StartPosition/res/resource.rc
@@ -57,8 +57,8 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Contact List Window Start Position",IDC_STATIC,6,37,298,165,WS_TABSTOP
EDITTEXT IDC_CLTOP,128,57,26,12,ES_AUTOHSCROLL
- CONTROL "Left",IDC_CLALIGN1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,104,95,10
- CONTROL "Right",IDC_CLALIGN2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,117,94,10
+ CONTROL "Left",IDC_CLALIGNLEFT,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,104,95,10
+ CONTROL "Right",IDC_CLALIGNRIGHT,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,117,94,10
EDITTEXT IDC_CLBOTTOM,128,73,26,12,ES_AUTOHSCROLL
EDITTEXT IDC_CLSIDE,128,89,26,12,ES_AUTOHSCROLL
EDITTEXT IDC_CLWIDTH,128,130,26,12,ES_AUTOHSCROLL
@@ -67,8 +67,8 @@ BEGIN
CONTROL "Pixels from Side",IDC_CLSIDEENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,91,100,10
CONTROL "Width",IDC_CLWIDTHENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,131,99,10
CONTROL "Always start...",IDC_CLSTATEENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,148,273,10
- CONTROL "Minimized to System Tray",IDC_CLSTATE0,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,162,262,10
- CONTROL "Opened",IDC_CLSTATE2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,175,261,10
+ CONTROL "Minimized to System Tray",IDC_CLSTATETRAY,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,162,262,10
+ CONTROL "Opened",IDC_CLSTATEOPENED,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,175,261,10
END