diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-21 13:50:52 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-21 13:50:52 +0300 |
commit | 335f68b1c98e92e448e11380d62d6c8df8533c92 (patch) | |
tree | 701f598103ddb6a8d2f7ad90c339a0ce78080bde /protocols/Telegram/src/resource.h | |
parent | c643795803e908de6eb9d3001ecbbcdb712285b3 (diff) |
Telegram: new extra icon for bots
Diffstat (limited to 'protocols/Telegram/src/resource.h')
-rw-r--r-- | protocols/Telegram/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Telegram/src/resource.h b/protocols/Telegram/src/resource.h index 6a15eac64e..a1f348c2a0 100644 --- a/protocols/Telegram/src/resource.h +++ b/protocols/Telegram/src/resource.h @@ -12,6 +12,7 @@ #define IDD_ADD_PHONE 107
#define IDI_REACTION 108
#define IDD_REACTIONS 109
+#define IDI_BOT 110
#define IDC_PHONE 1001
#define IDC_DEFGROUP 1002
#define IDC_HIDECHATS 1003
@@ -37,7 +38,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 109
+#define _APS_NEXT_RESOURCE_VALUE 111
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1019
#define _APS_NEXT_SYMED_VALUE 101
|