summaryrefslogtreecommitdiff
path: root/protocols/IRCG/res/IRC.rc
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/res/IRC.rc')
-rw-r--r--protocols/IRCG/res/IRC.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IRCG/res/IRC.rc b/protocols/IRCG/res/IRC.rc
index d3a7e2b8f6..c92a5e63d3 100644
--- a/protocols/IRCG/res/IRC.rc
+++ b/protocols/IRCG/res/IRC.rc
@@ -202,8 +202,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 "On",IDC_ON,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,139,52,32,10
- CONTROL "Auto",IDC_AUTO,"Button",BS_AUTORADIOBUTTON,139,69,32,10
+ 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 "Off",IDC_OFF,"Button",BS_AUTORADIOBUTTON,139,86,32,10
DEFPUSHBUTTON "&OK",IDOK,63,115,50,14
PUSHBUTTON "&Cancel",IDCANCEL,125,115,50,14