summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-09-19 19:39:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-09-19 19:39:47 +0000
commit23f32f99462c0cda3fc5f424d62e96c04610dd2c (patch)
tree0af9d7a7fd4bef44cbf464497c7ac5e362e50b55 /protocols/WhatsApp/res
parent790a9ef705b7daa7017bec41775980814bc42c59 (diff)
sms code field divided into two separate fields
git-svn-id: http://svn.miranda-ng.org/main/trunk@10531 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/res')
-rw-r--r--protocols/WhatsApp/res/whatsapp.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc
index d07ea1d8fa..e556992dff 100644
--- a/protocols/WhatsApp/res/whatsapp.rc
+++ b/protocols/WhatsApp/res/whatsapp.rc
@@ -88,10 +88,12 @@ BEGIN
LTEXT "Nickname",IDC_STATIC,6,43,48,12
EDITTEXT IDC_NICK,60,42,119,12,ES_AUTOHSCROLL
LTEXT "SMS code",IDC_STATIC,6,62,47,8
- EDITTEXT IDC_PW,60,60,119,12,ES_AUTOHSCROLL
+ EDITTEXT IDC_PW,60,60,20,12,ES_AUTOHSCROLL
+ EDITTEXT IDC_PW2,92,60,20,12,ES_AUTOHSCROLL
PUSHBUTTON "Request code",IDC_BUTTON_REQUEST_CODE,13,80,81,18
PUSHBUTTON "Register code",IDC_BUTTON_REGISTER,98,80,81,18
CONTROL "Use SSL connection (443 port)",IDC_SSL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,108,173,10
+ CTEXT "-",IDC_STATIC,82,62,8,8
END
IDD_INPUTBOX DIALOGEX 0, 0, 300, 66