summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgother.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-02-04 15:51:38 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-02-04 15:51:38 +0300
commit5bef9cc96f37de38f9f6388d5eeb42b8ed85edbd (patch)
tree25e935b00140c7fcef99739787078167f07eedf6 /plugins/TabSRMM/src/msgdlgother.cpp
parentfdd2e14a948e5dbbf764c8abcaf0e7043020d413 (diff)
fixes #2197 ([0.95.11 x64] IRC: Update broke text transformation shortcuts)
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r--plugins/TabSRMM/src/msgdlgother.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp
index aceae943ab..e74ea6b5ba 100644
--- a/plugins/TabSRMM/src/msgdlgother.cpp
+++ b/plugins/TabSRMM/src/msgdlgother.cpp
@@ -1865,6 +1865,8 @@ void CMsgDialog::UpdateNickList()
void CMsgDialog::UpdateOptions()
{
+ GetSendFormat();
+
DM_InitRichEdit();
m_btnOk.SendMsg(BUTTONSETASNORMAL, TRUE, 0);