From 900159ffb248bf727eb648b6da25d5f537d3c64b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 May 2024 20:25:53 +0300 Subject: =?UTF-8?q?fixes=20#4430=20(NewStory:=20"=D0=9A=D0=BE=D0=BF=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C"=20=D0=B8=20"=D0=9A=D0=BE?= =?UTF-8?q?=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D1=81=D1=82"=20=D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D1=8B=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D1=8F=D1=82=D1=8C=20=D1=81?= =?UTF-8?q?=D0=BE=D0=B1=D1=8B=D1=82=D0=B8=D1=8F=20=D0=BF=D1=83=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B9=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=BE=D0=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 7ca13da59b..5129c3f6c8 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -555,7 +555,7 @@ CMStringW NewstoryListData::GatherSelected(bool bTextOnly) RemoveBbcodes(wszText); ret.Append(wszText); - ret.Append(L"\r\n"); + ret.Append(L"\r\n\r\n"); } return ret; -- cgit v1.2.3