diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-19 19:39:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-19 19:39:47 +0000 |
commit | 23f32f99462c0cda3fc5f424d62e96c04610dd2c (patch) | |
tree | 0af9d7a7fd4bef44cbf464497c7ac5e362e50b55 /protocols/WhatsApp/src/resource.h | |
parent | 790a9ef705b7daa7017bec41775980814bc42c59 (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/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 41454c3199..c9872322c0 100644 --- a/protocols/WhatsApp/src/resource.h +++ b/protocols/WhatsApp/src/resource.h @@ -22,6 +22,7 @@ #define IDC_VALUE 1010
#define IDC_CANCEL 1011
#define IDC_OK 1012
+#define IDC_PW2 1013
#define IDC_TEXT 1014
// Next default values for new objects
@@ -30,7 +31,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1019
+#define _APS_NEXT_CONTROL_VALUE 1015
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|