summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/resource.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-06-22 19:32:45 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-06-22 19:32:45 +0300
commit40eb6363bb4e66bbd3bbc1e4191baaa46e1c21c0 (patch)
treee31488defdcf5306a4d8c46fed8d717f5fa8d8b0 /protocols/Telegram/src/resource.h
parenta1cce76d8dfd272f3482f9d640606fcd3ca03234 (diff)
fixes #5051 (Telegram: нет возможности увидеть ссылку на канал)
Diffstat (limited to 'protocols/Telegram/src/resource.h')
-rw-r--r--protocols/Telegram/src/resource.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/protocols/Telegram/src/resource.h b/protocols/Telegram/src/resource.h
index 7f1fda4af3..5b55af12a3 100644
--- a/protocols/Telegram/src/resource.h
+++ b/protocols/Telegram/src/resource.h
@@ -15,6 +15,7 @@
#define IDI_BOT 110
#define IDD_MYPROFILE 111
#define IDD_OPTIONS_SESSIONS 112
+#define IDD_CHANNEL_INFO 113
#define IDC_PHONE 1001
#define IDC_DEFGROUP 1002
#define IDC_HIDECHATS 1003
@@ -38,16 +39,18 @@
#define IDC_BIO 1020
#define IDC_BIRTHDAY 1021
#define IDC_SESSIONS 1023
+#define IDC_LINK 1024
#define IDC_SOFTWARE 1025
-#define IDC_LOGOUT 1025
+#define IDC_LOGOUT 1026
+#define IDC_USER_COUNT 1027
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 119
+#define _APS_NEXT_RESOURCE_VALUE 120
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1029
+#define _APS_NEXT_CONTROL_VALUE 1030
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif