From af7fc7efd946d233eed44765de3e464660c24d54 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 May 2024 18:04:48 +0300 Subject: NewStory: too many empty lines in the end of quote --- plugins/NewStory/src/history_control.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 537a74fb61..a7ce2f95b2 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -855,6 +855,7 @@ void NewstoryListData::Quote() { if (pMsgDlg) { CMStringW wszText(GatherSelected(true)); + wszText.TrimRight(); RemoveBbcodes(wszText); pMsgDlg->SetMessageText(Srmm_Quote(wszText)); -- cgit v1.2.3