summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-07-16 07:54:57 +0000
committerRobert Pösel <robyer@seznam.cz>2014-07-16 07:54:57 +0000
commitd5ed73119554debfe5c9a15e1028b9ba79f92bdd (patch)
tree32bae39a6f20a28ad88927a1246688e63f7413b2 /protocols
parentdd9f965fb221b92a4888558df1318bc70295c00d (diff)
ICQ: Fix edit text in auth dialog to be multiline
git-svn-id: http://svn.miranda-ng.org/main/trunk@9823 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/IcqOscarJ/res/resources.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc
index 6d16b9539f..96a9458cbd 100644
--- a/protocols/IcqOscarJ/res/resources.rc
+++ b/protocols/IcqOscarJ/res/resources.rc
@@ -53,7 +53,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "&Send",IDOK,34,74,50,14
PUSHBUTTON "&Cancel",IDCANCEL,98,74,50,14
- EDITTEXT IDC_EDITAUTH,7,7,172,59,ES_AUTOHSCROLL
+ EDITTEXT IDC_EDITAUTH,7,7,172,59,ES_AUTOVSCROLL | ES_WANTRETURN | ES_MULTILINE
END
IDD_LOGINPW DIALOGEX 0, 0, 157, 87