summaryrefslogtreecommitdiff
path: root/protocols/JabberG/res
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-07-04 23:22:30 +0300
committerdartraiden <wowemuh@gmail.com>2018-07-04 23:22:30 +0300
commitb3526cc88c783619ec929b772d98582f9aa5a822 (patch)
treec97cb306f882042e54eeeaaebc3e95d065a9c7fe /protocols/JabberG/res
parentf229818a900f5fd99bae8d8990899f9c6cd57a9e (diff)
Jabber: add Cancel button to reg confirmation dialog (fixes #1456)
Diffstat (limited to 'protocols/JabberG/res')
-rw-r--r--protocols/JabberG/res/jabber.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc
index 078568d55d..4d0a58d7e9 100644
--- a/protocols/JabberG/res/jabber.rc
+++ b/protocols/JabberG/res/jabber.rc
@@ -165,12 +165,13 @@ END
IDD_OPT_REGISTER DIALOGEX 0, 0, 173, 69
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION
-CAPTION "Jabber Account Registration"
+CAPTION "Jabber account registration"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "",IDC_REG_STATUS,4,7,164,26
+ CTEXT "",IDC_REG_STATUS,4,7,164,26
CONTROL "Progress1",IDC_PROGRESS_REG,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER | WS_TABSTOP,18,37,130,7
- DEFPUSHBUTTON "OK",IDOK,55,50,50,14
+ DEFPUSHBUTTON "OK",IDOK,34,50,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,89,50,50,14
END
IDD_FORM DIALOGEX 0, 0, 258, 224