summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-01-03 14:55:07 +0000
committerDart Raiden <wowemuh@gmail.com>2015-01-03 14:55:07 +0000
commit683d99301fc3a9b4dd98d01dce83ce6c8e584f53 (patch)
treec1c96637e1e84896d3c4888b164b64d7034c7aa3 /protocols
parent0ce69dc281af6aeef60138e59a3635c475885b04 (diff)
IRC: swapping 2 options
git-svn-id: http://svn.miranda-ng.org/main/trunk@11743 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-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