summaryrefslogtreecommitdiff
path: root/protocols/Steam/res
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/res')
-rw-r--r--protocols/Steam/res/Resource.rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc
index 054d9b2660..2cb5633c29 100644
--- a/protocols/Steam/res/Resource.rc
+++ b/protocols/Steam/res/Resource.rc
@@ -157,6 +157,17 @@ BEGIN
LTEXT "Enter the password to continue.",IDC_STATIC,7,5,197,18
END
+IDD_TWOFACTOR DIALOGEX 0, 0, 193, 83
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Steam Guard"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ EDITTEXT IDC_TEXT,7,41,179,14,ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK",IDOK,75,62,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,136,62,50,14
+ LTEXT "As an added account security measure, you'll need to grant access by entering the SMS code we've just sent to your mobile phone.",IDC_STATIC,7,7,179,26
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -215,6 +226,14 @@ BEGIN
IDD_PASSWORD_EDITOR, DIALOG
BEGIN
END
+
+ IDD_TWOFACTOR, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 186
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 76
+ END
END
#endif // APSTUDIO_INVOKED