summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-12 14:36:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-12 14:36:29 +0300
commitd3520fce88894d8c3eff60346e7c1e49370c80f0 (patch)
tree8ca3106327954d13127bc903dc196d8a6e2a34b9 /plugins/TabSRMM/src
parentc01f60e79db47e0161f873449c3b60e1e7ac4cd4 (diff)
fixes #2250 (StdMsg doesn't accept file transfers)
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r--plugins/TabSRMM/src/msgdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp
index 8e563f090d..1262d0ad44 100644
--- a/plugins/TabSRMM/src/msgdialog.cpp
+++ b/plugins/TabSRMM/src/msgdialog.cpp
@@ -567,7 +567,6 @@ bool CMsgDialog::OnInitDialog()
m_message.SendMsg(EM_SETEVENTMASK, 0, ENM_REQUESTRESIZE | ENM_MOUSEEVENTS | ENM_SCROLL | ENM_KEYEVENTS | ENM_CHANGE);
m_message.SendMsg(EM_SETMARGINS, EC_LEFTMARGIN | EC_RIGHTMARGIN, MAKELONG(3, 3));
- m_message.SetReadOnly(false);
m_bActualHistory = M.GetByte(m_hContact, "ActualHistory", 0) != 0;