diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-24 17:30:48 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-24 17:31:26 +0300 |
commit | 1b2a01f70d70425f84d5009fabc33e5142f2cf73 (patch) | |
tree | 4d35e789409b616668ac93e9edf483e56fbf2416 | |
parent | 4236340c7b82f8db0e4ca2b889886342d18da2b7 (diff) |
IRC: "Auto" should be in the same group with "On" and "Off"
-rw-r--r-- | protocols/IRCG/res/IRC.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IRCG/res/IRC.rc b/protocols/IRCG/res/IRC.rc index d2e8a5988a..9dc719003b 100644 --- a/protocols/IRCG/res/IRC.rc +++ b/protocols/IRCG/res/IRC.rc @@ -203,8 +203,8 @@ BEGIN EDITTEXT IDC_ADD_ADDRESS,7,68,120,12,ES_AUTOHSCROLL | WS_GROUP
EDITTEXT IDC_ADD_PORT,7,92,47,12,ES_AUTOHSCROLL | ES_NUMBER,WS_EX_RIGHT
EDITTEXT IDC_ADD_PORT2,80,92,47,12,ES_AUTOHSCROLL | ES_NUMBER,WS_EX_RIGHT
- CONTROL "Auto",IDC_AUTO,"Button",BS_AUTORADIOBUTTON,139,52,32,10
- CONTROL "On",IDC_ON,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,139,69,32,10
+ CONTROL "Auto",IDC_AUTO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,139,52,32,10
+ CONTROL "On",IDC_ON,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,139,69,32,10
CONTROL "Off",IDC_OFF,"Button",BS_AUTORADIOBUTTON,139,86,32,10
DEFPUSHBUTTON "&OK",IDOK,63,115,50,14
PUSHBUTTON "&Cancel",IDCANCEL,125,115,50,14
|