From e81e8160a681b600ec404afa443f23da455e4227 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Mar 2024 14:06:29 +0300 Subject: NewStory: unneeded empty line removed while copying RTF text to clipboard --- plugins/NewStory/src/templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index 1a6b579b4e..8006d2db4d 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -168,7 +168,7 @@ CMStringA NewstoryListData::GatherSelectedRtf() wszText.Replace(L"[c0]", CMStringW(FORMAT, L"[c%d]", colorID + COLOR_COUNT + 7)); wszText.Replace(L"[c1]", CMStringW(FORMAT, L"[c%d]", 7 + ((p->dbe.flags & DBEF_SENT) ? COLOR_OUTNICK : COLOR_INNICK))); AppendUnicodeToBuffer(buf, wszText); - buf.Append("}\\par"); + buf.Append("\\par }"); } buf.Append("}"); -- cgit v1.2.3