diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-09 16:02:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-09 16:02:23 +0000 |
commit | ff22a9442b5464ef0de4273bbdeb74ea1957bf17 (patch) | |
tree | 55ff04f178a17fe5999bb55b3aa1f245468bee9d /protocols/WhatsApp/src/resource.h | |
parent | b7c78a98ba81a12e7f0e4772cc438b65ea3ca94b (diff) |
options' dialog improvements
git-svn-id: http://svn.miranda-ng.org/main/trunk@12067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/resource.h')
-rw-r--r-- | protocols/WhatsApp/src/resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/resource.h b/protocols/WhatsApp/src/resource.h index 64b7b1359a..7558d8f549 100644 --- a/protocols/WhatsApp/src/resource.h +++ b/protocols/WhatsApp/src/resource.h @@ -4,8 +4,9 @@ //
#define IDD_INPUTBOX 102
#define IDR_REGISTERUTILITY 103
-#define IDD_WHATSAPOPTIONS 104
+#define IDD_ACCMGRUI 104
#define IDD_GROUPCHAT_INVITE 105
+#define IDD_OPTIONS 106
#define IDI_WHATSAPP 203
#define IDI_ADD_GROUP 206
#define IDI_RENAME_GROUP 208
@@ -26,6 +27,7 @@ #define IDC_TEXT 1014
#define IDC_INVITE 1015
#define IDC_AUTORUN 1016
+#define IDC_DEFGROUP 1017
// Next default values for new objects
//
@@ -33,7 +35,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 106
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1017
+#define _APS_NEXT_CONTROL_VALUE 1018
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|