summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-03-05 14:06:29 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-03-05 14:06:29 +0300
commite81e8160a681b600ec404afa443f23da455e4227 (patch)
treecb69c3eaa0fe088c5d10b80b547db12f8180065d /plugins/NewStory/src
parent02b742074f82600e32d4c75361df22105e56498c (diff)
NewStory: unneeded empty line removed while copying RTF text to clipboard
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r--plugins/NewStory/src/templates.cpp2
1 files changed, 1 insertions, 1 deletions
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("}");