diff options
author | George Hazan <ghazan@miranda.im> | 2021-07-14 21:54:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-07-14 21:54:48 +0300 |
commit | 69cafc4e0f24f25d8278939d09d5f9f127e5f82c (patch) | |
tree | 99a31cecb9dce183d6f4e668322e8aeaf33a8f32 /plugins | |
parent | b42b887ae99397a05ac88c7884489182610ba68a (diff) |
oops... forgotten one line of code
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/msglog.cpp | 2 |
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);
|