diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-14 18:43:24 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-14 18:43:24 +0300 |
commit | a8c9c34bead54d469f126db194b571e2fe90b078 (patch) | |
tree | e4348568eb8a966f4d87abf50beb98b2808a78b2 /protocols/Discord/src/resource.h | |
parent | a76d633fcee305009b2c8798d577e16f8dd0d931 (diff) |
Discord: add MFA support
Diffstat (limited to 'protocols/Discord/src/resource.h')
-rw-r--r-- | protocols/Discord/src/resource.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/protocols/Discord/src/resource.h b/protocols/Discord/src/resource.h index 099a4af3af..dc1c9706f1 100644 --- a/protocols/Discord/src/resource.h +++ b/protocols/Discord/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by w:\miranda-ng\protocols\Discord\res\discord.rc
+// Used by W:\miranda-ng\protocols\Discord\res\discord.rc
//
#define IDI_MAIN 101
#define IDI_GROUPCHAT 102
@@ -9,6 +9,7 @@ #define IDD_OPTIONS_ACCMGR 105
#define IDI_VOICE_CALL 106
#define IDI_VOICE_ENDED 107
+#define IDD_MFA 108
#define IDC_PASSWORD 1001
#define IDC_USERNAME 1002
#define IDC_GROUP 1003
@@ -16,15 +17,18 @@ #define IDC_HIDECHATS 1005
#define IDC_USEGROUPS 1006
#define IDC_USEGUILDS 1007
+#define IDC_CODE 1008
#define IDC_DELETE_MSGS 1009
+#define IDC_ANOTHER 1009
+#define IDC_LABEL 1010
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1008
+#define _APS_NEXT_CONTROL_VALUE 1011
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|