diff options
Diffstat (limited to 'protocols/WhatsAppWeb/src/resource.h')
-rw-r--r-- | protocols/WhatsAppWeb/src/resource.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/protocols/WhatsAppWeb/src/resource.h b/protocols/WhatsAppWeb/src/resource.h index 67e976f3ca..42d8bf91fd 100644 --- a/protocols/WhatsAppWeb/src/resource.h +++ b/protocols/WhatsAppWeb/src/resource.h @@ -1,12 +1,13 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by ..\res\whatsapp.rc +// Used by w:\miranda-ng\protocols\WhatsAppWeb\res\whatsapp.rc // #define IDD_INPUTBOX 102 #define IDR_REGISTERUTILITY 103 #define IDD_ACCMGRUI 104 #define IDD_GROUPCHAT_INVITE 105 #define IDD_OPTIONS 106 +#define IDD_SHOWQR 107 #define IDI_WHATSAPP 203 #define IDI_ADD_GROUP 206 #define IDI_RENAME_GROUP 208 @@ -30,14 +31,15 @@ #define IDC_DEFGROUP 1017 #define IDC_REMOTE_TIME 1018 #define IDC_BUTTON_REQUEST_VOICE_CODE 1019 +#define IDC_QRPIC 1020 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 107 +#define _APS_NEXT_RESOURCE_VALUE 109 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1020 +#define _APS_NEXT_CONTROL_VALUE 1021 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |