diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-31 20:19:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-31 20:19:16 +0300 |
commit | 61cb1c1445b8ebfef08c864f0062baa68390dd1a (patch) | |
tree | bbf322e7c5de321b4b8f5fb3399747ce70eda682 /protocols/WhatsApp/src/resource.h | |
parent | 6699ce4d4d565c7812bf48490ab336987d146ea0 (diff) |
fixes #3234 (WhatsApp: реализовать возможность переименовать сессию)
Diffstat (limited to 'protocols/WhatsApp/src/resource.h')
-rw-r--r-- | protocols/WhatsApp/src/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/resource.h b/protocols/WhatsApp/src/resource.h index 79cce313c0..8b20f44e5c 100644 --- a/protocols/WhatsApp/src/resource.h +++ b/protocols/WhatsApp/src/resource.h @@ -9,10 +9,10 @@ #define IDC_HIDECHATS 1000 #define IDC_DEFGROUP 1001 #define IDC_QRPIC 1002 -#define IDC_DEFGROUP2 1002 #define IDC_CLIST 1003 #define IDC_NEWJID 1004 #define IDC_NICK 1005 +#define IDC_DEVICE_NAME 1006 // Next default values for new objects // @@ -20,7 +20,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 104 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1006 +#define _APS_NEXT_CONTROL_VALUE 1007 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |