summaryrefslogtreecommitdiff
path: root/protocols/Steam/res
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-04-08 17:54:46 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-04-08 17:54:46 +0000
commit683ca5965e69d1780d957ab6f59b704c612852fa (patch)
treed1f089a434184304ef952ecae80d379431a0846a /protocols/Steam/res
parent78dc54f9e392b45492a2b726d6268c41f594eb41 (diff)
Steam:
- added options - removed OpenSSL dependencies - cleaned project files git-svn-id: http://svn.miranda-ng.org/main/trunk@8893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/res')
-rw-r--r--protocols/Steam/res/Resource.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc
index 5dcc1e5c57..8a57ceff64 100644
--- a/protocols/Steam/res/Resource.rc
+++ b/protocols/Steam/res/Resource.rc
@@ -97,13 +97,13 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- GROUPBOX "Account",-1,7,7,291,61
+ GROUPBOX "Account",-1,7,7,291,44
LTEXT "Username:",-1,15,19,69,8
EDITTEXT IDC_USERNAME,90,17,201,13,ES_AUTOHSCROLL
LTEXT "Password:",-1,15,35,69,8
EDITTEXT IDC_PASSWORD,90,33,201,13,ES_PASSWORD | ES_AUTOHSCROLL
- EDITTEXT IDC_GROUP,90,50,201,14,ES_AUTOHSCROLL
- LTEXT "Default group:",-1,15,52,69,8
+ EDITTEXT IDC_GROUP,90,59,201,14,ES_AUTOHSCROLL
+ LTEXT "Default group:",-1,15,61,69,8
END
IDD_CAPTCHA DIALOGEX 0, 0, 274, 91