diff options
-rw-r--r-- | plugins/NewStory/src/history_control.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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));
|