diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-07 22:07:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-07 22:07:23 +0000 |
commit | c6d62e1b32d5469f7dc410ae7447df74086e00c7 (patch) | |
tree | a39f839f10192a471919fbc235685dd2b412c3e3 /protocols/WhatsApp/res/whatsapp.rc | |
parent | d90fe4d921affc05fa77e4b3d554bc43d71d9b42 (diff) |
option to join chats on startup
git-svn-id: http://svn.miranda-ng.org/main/trunk@12048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/res/whatsapp.rc')
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index a5a0e2cb5d..cf57963b54 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -57,15 +57,7 @@ BEGIN BEGIN
VERTGUIDE, 60
VERTGUIDE, 178
- END
-
- IDD_INPUTBOX, DIALOG
- BEGIN
- VERTGUIDE, 12
- VERTGUIDE, 224
- VERTGUIDE, 228
- BOTTOMMARGIN, 59
- HORZGUIDE, 45
+ BOTTOMMARGIN, 126
END
END
#endif // APSTUDIO_INVOKED
@@ -76,7 +68,7 @@ END // Dialog
//
-IDD_WHATSAPOPTIONS DIALOGEX 0, 0, 185, 126
+IDD_WHATSAPOPTIONS DIALOGEX 0, 0, 185, 136
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x0
@@ -94,6 +86,7 @@ BEGIN PUSHBUTTON "Register code",IDC_BUTTON_REGISTER,98,80,81,18
CONTROL "Use SSL connection (port 443)",IDC_SSL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,108,173,10
CTEXT "-",IDC_STATIC,82,62,8,8
+ CONTROL "Automatically open group chats",IDC_AUTORUN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,120,173,10
END
IDD_GROUPCHAT_INVITE DIALOGEX 0, 0, 215, 170
@@ -109,6 +102,7 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,162,152,50,14
END
+
/////////////////////////////////////////////////////////////////////////////
//
// Icon
@@ -118,7 +112,6 @@ END // remains consistent on all systems.
IDI_WHATSAPP ICON "whatsapp.ico"
IDI_ADD_GROUP ICON "add-group.ico"
-
#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////
|