diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-27 19:29:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-27 19:29:19 +0300 |
commit | 0779b188d44b7795f4482c7066a064a38d7c130a (patch) | |
tree | 59c150d9d06b715f694b3373af6090c47ae2b32e /protocols/Discord/src/resource.h | |
parent | 70df70d9bf061fd42523357bc8a34bf4323da964 (diff) |
Discord: option to hide guild chats on startup
Diffstat (limited to 'protocols/Discord/src/resource.h')
-rw-r--r-- | protocols/Discord/src/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Discord/src/resource.h b/protocols/Discord/src/resource.h index 65d61f094f..e73ee518ec 100644 --- a/protocols/Discord/src/resource.h +++ b/protocols/Discord/src/resource.h @@ -11,14 +11,15 @@ #define IDC_USERNAME 1002 #define IDC_GROUP 1003 #define IDC_NICK 1004 +#define IDC_HIDECHATS 1005 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 103 +#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 |