diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-02 16:57:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-02 16:57:18 +0300 |
commit | f397526e5fd1d53956caeb97a6178d3449c8c648 (patch) | |
tree | ee9e36dce8eb238b19252c4449309c474f3d0f83 /protocols/Telegram/src/resource.h | |
parent | 0de237405acf0a5e26ab6cfddd875338c1e8acd0 (diff) |
fixes #4892 (Telegram: добавить показ информации "О себе")
Diffstat (limited to 'protocols/Telegram/src/resource.h')
-rw-r--r-- | protocols/Telegram/src/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/protocols/Telegram/src/resource.h b/protocols/Telegram/src/resource.h index 9e6bebafce..b916cc8bec 100644 --- a/protocols/Telegram/src/resource.h +++ b/protocols/Telegram/src/resource.h @@ -13,6 +13,7 @@ #define IDI_REACTION 108
#define IDD_REACTIONS 109
#define IDI_BOT 110
+#define IDD_MYPROFILE 111
#define IDD_OPTIONS_SESSIONS 112
#define IDC_PHONE 1001
#define IDC_DEFGROUP 1002
@@ -33,6 +34,8 @@ #define IDC_REACTIONS 1018
#define IDC_USE_PREVIEW 1018
#define IDC_RESIDENT_CHANNELS 1019
+#define IDC_BIO 1020
+#define IDC_BIRTHDAY 1021
#define IDC_SESSIONS 1023
#define IDC_SOFTWARE 1025
#define IDC_LOGOUT 1025
@@ -41,9 +44,9 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 116
+#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1027
+#define _APS_NEXT_CONTROL_VALUE 1029
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|