From a33e78824264ed11bde0051914a3d4d1e68d44ed Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Sep 2024 19:04:48 +0300 Subject: =?UTF-8?q?fixes=20#4675=20(=D0=9D=D0=B5=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B0=D1=8E=D1=82=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B2=20StdMsg/Scriver)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/TabSRMM/src/msgdialog.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index d9fd2c3804..dd10c1934d 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -791,10 +791,12 @@ void CMsgDialog::onClick_Ok(CCtrlButton *) if (decoded.IsEmpty()) return; + if (final_sendformat) + DoRtfToTags(decoded); + decoded.TrimRight(); + if (isChat()) { m_cache->saveHistory(); - DoRtfToTags(decoded); - decoded.Trim(); if (m_si->pMI->bAckMsg) { m_message.Enable(false); @@ -820,10 +822,6 @@ void CMsgDialog::onClick_Ok(CCtrlButton *) Skin_PlaySound("SendMsg"); } else { - if (final_sendformat) - DoRtfToTags(decoded); - decoded.TrimRight(); - T2Utf utfResult(decoded); size_t memRequired = mir_strlen(utfResult) + 1; -- cgit v1.2.3