diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-03 19:45:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-03 19:45:48 +0300 |
commit | 54a9d50daf120ec738ecba5cc9541e992e800407 (patch) | |
tree | 4af1fa92b0c7af6583077ad220eca2c296eb351f /protocols/Telegram/src/resource.h | |
parent | 97aaa26b16121281291acf58c26e1032a24d85bf (diff) |
Telegram: fix for options
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 4c8deb0dcd..5e63e34081 100644 --- a/protocols/Telegram/src/resource.h +++ b/protocols/Telegram/src/resource.h @@ -20,6 +20,7 @@ #define IDC_STATUS1 1010
#define IDC_STATUS2 1011
#define IDC_COUNTRY 1012
+#define IDC_CODE 1013
// Next default values for new objects
//
@@ -27,7 +28,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 106
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_CONTROL_VALUE 1014
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|