diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-03 13:49:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-03 13:49:19 +0300 |
commit | 6936e530d411a5d516e13e86022fb064dd342f77 (patch) | |
tree | 2854379bef637f1288b61d390de5292316695fbd /protocols/Telegram/src/resource.h | |
parent | d6696d3b5dcc38b8562063379cb524d157892d5f (diff) |
Telegram: perversion with its own reply dialog removed
Diffstat (limited to 'protocols/Telegram/src/resource.h')
-rw-r--r-- | protocols/Telegram/src/resource.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/Telegram/src/resource.h b/protocols/Telegram/src/resource.h index 9838a6cb40..ed68daa9f4 100644 --- a/protocols/Telegram/src/resource.h +++ b/protocols/Telegram/src/resource.h @@ -14,8 +14,7 @@ #define IDD_REACTIONS 109
#define IDI_BOT 110
#define IDI_REPLY 111
-#define IDD_REPLY 112
-#define IDD_OPTIONS_SESSIONS 113
+#define IDD_OPTIONS_SESSIONS 112
#define IDC_PHONE 1001
#define IDC_DEFGROUP 1002
#define IDC_HIDECHATS 1003
@@ -36,9 +35,6 @@ #define IDC_CLIST 1016
#define IDC_COMPRESS_FILES 1017
#define IDC_REACTIONS 1018
-#define IDC_REPLYTO 1019
-#define IDC_TEXT 1020
-#define IDC_ATTACH 1021
#define IDC_SESSIONS 1023
#define IDC_IPADDRESS 1024
#define IDC_SOFTWARE 1025
|