summaryrefslogtreecommitdiff
path: root/protocols/Discord/res
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Discord/res')
-rw-r--r--protocols/Discord/res/discord.rc26
1 files changed, 26 insertions, 0 deletions
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc
index 780cae5613..ce433c060f 100644
--- a/protocols/Discord/res/discord.rc
+++ b/protocols/Discord/res/discord.rc
@@ -112,6 +112,19 @@ BEGIN
EDITTEXT IDC_NICK,3,18,103,12,0,WS_EX_CLIENTEDGE
END
+IDD_MFA DIALOGEX 0, 0, 316, 52
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_APPWINDOW
+CAPTION "2-step verification"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ DEFPUSHBUTTON "OK",IDOK,205,31,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,259,31,50,14
+ LTEXT "",IDC_LABEL,7,8,238,12
+ EDITTEXT IDC_CODE,250,7,59,16,ES_AUTOHSCROLL
+ PUSHBUTTON "Use another method",IDC_ANOTHER,7,31,131,14
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -128,6 +141,14 @@ BEGIN
IDD_OPTIONS_ACCMGR, DIALOG
BEGIN
END
+
+ IDD_MFA, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 309
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 45
+ END
END
#endif // APSTUDIO_INVOKED
@@ -142,6 +163,11 @@ BEGIN
0
END
+IDD_MFA AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////