diff options
| author | George Hazan <ghazan@miranda.im> | 2022-10-03 20:00:41 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-10-03 20:00:41 +0300 |
| commit | cc0cde8d87358738bcad304e8bdc9c944d55cdaa (patch) | |
| tree | c6615f01402c324e349437ebd3575c94d48ddaf6 /protocols/WhatsAppWeb/src/resource.h | |
| parent | f23e1a5e267d9feec25b3a8a2f26017d03963f25 (diff) | |
WhatsApp:
- nick name added to all options dialogs;
- added error popups;
Diffstat (limited to 'protocols/WhatsAppWeb/src/resource.h')
| -rw-r--r-- | protocols/WhatsAppWeb/src/resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/WhatsAppWeb/src/resource.h b/protocols/WhatsAppWeb/src/resource.h index 0326ab6d8f..c09b549e42 100644 --- a/protocols/WhatsAppWeb/src/resource.h +++ b/protocols/WhatsAppWeb/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by w:\miranda-ng\protocols\WhatsAppWeb\res\whatsapp.rc +// Used by W:\miranda-ng\protocols\WhatsAppWeb\res\whatsapp.rc // #define IDI_WHATSAPP 100 #define IDD_ACCMGRUI 101 @@ -9,8 +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 // Next default values for new objects // @@ -18,7 +20,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 104 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1005 +#define _APS_NEXT_CONTROL_VALUE 1006 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |
