diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-20 12:41:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-20 12:41:42 +0000 |
commit | df73a896acdae7c5a8f4f73e81b9d1437d2a415d (patch) | |
tree | 825161cf85da17fd2b9f4a6067e68b90cdb096c8 /protocols/WhatsApp/src/resource.h | |
parent | 2c1284aabea8b562e9e1e32ce6ef8d91a817d403 (diff) |
options page added
git-svn-id: http://svn.miranda-ng.org/main/trunk@6551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/resource.h')
-rw-r--r-- | protocols/WhatsApp/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/resource.h b/protocols/WhatsApp/src/resource.h index 1c2d4f26a9..764ea8dd5f 100644 --- a/protocols/WhatsApp/src/resource.h +++ b/protocols/WhatsApp/src/resource.h @@ -5,6 +5,7 @@ #define IDD_WHATSAPPACCOUNT 101
#define IDD_INPUTBOX 102
#define IDR_REGISTERUTILITY 103
+#define IDD_WHATSAPOPTIONS 104
#define IDI_WHATSAPP 203
#define IDI_ADD_GROUP 206
#define IDI_ADD_USER_TO_GROUP 207
@@ -32,7 +33,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 112
+#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1019
#define _APS_NEXT_SYMED_VALUE 101
|