summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-07-14 21:54:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-07-14 21:54:48 +0300
commit69cafc4e0f24f25d8278939d09d5f9f127e5f82c (patch)
tree99a31cecb9dce183d6f4e668322e8aeaf33a8f32 /plugins
parentb42b887ae99397a05ac88c7884489182610ba68a (diff)
oops... forgotten one line of code
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TabSRMM/src/msglog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp
index c0c343ef87..8318a707eb 100644
--- a/plugins/TabSRMM/src/msglog.cpp
+++ b/plugins/TabSRMM/src/msglog.cpp
@@ -995,6 +995,8 @@ skip:
if (dat->m_hHistoryEvents)
str.AppendFormat(dat->m_szMicroLf, MSGDLGFONTCOUNT + 1 + ((isSent) ? 1 : 0), hDbEvent);
+ str.Append("\\par");
+
if (streamData->dbei == nullptr)
mir_free(dbei.pBlob);