diff options
| author | George Hazan <ghazan@miranda.im> | 2020-03-12 14:36:29 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-03-12 14:36:29 +0300 |
| commit | d3520fce88894d8c3eff60346e7c1e49370c80f0 (patch) | |
| tree | 8ca3106327954d13127bc903dc196d8a6e2a34b9 /plugins/TabSRMM/src | |
| parent | c01f60e79db47e0161f873449c3b60e1e7ac4cd4 (diff) | |
fixes #2250 (StdMsg doesn't accept file transfers)
Diffstat (limited to 'plugins/TabSRMM/src')
| -rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 1 |
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;
|
