diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-28 20:31:39 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-28 20:31:39 +0000 |
commit | 8c7defcdda928ad3874300c0b13ad5e2bc48134f (patch) | |
tree | 8008e5afa5cf25004136a89ec5d2ffd434a0fbd7 /protocols/JabberG/res | |
parent | bd5df383711637cb7f94b21bf033441d8f3409f2 (diff) |
Jabber: Some line was changed unintentional
git-svn-id: http://svn.miranda-ng.org/main/trunk@13236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/res')
-rw-r--r-- | protocols/JabberG/res/jabber.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc index 234c9d25a5..195563a042 100644 --- a/protocols/JabberG/res/jabber.rc +++ b/protocols/JabberG/res/jabber.rc @@ -693,7 +693,7 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "XML Console"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_CONSOLE,"RichEdit50W",WS_BORDER | WS_VSCROLL | WS_TABSTOP | 0x804,5,5,343,137
+ CONTROL "",IDC_CONSOLE,"RichEdit50W",ES_MULTILINE | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP,5,5,343,137
CONTROL "Custom1",IDC_BTN_MSG,"MButtonClass",WS_TABSTOP,5,147,16,14
CONTROL "Custom1",IDC_BTN_PRESENCE,"MButtonClass",WS_TABSTOP,21,147,16,14
CONTROL "Custom1",IDC_BTN_IQ,"MButtonClass",WS_TABSTOP,37,147,16,14
|