diff options
Diffstat (limited to 'plugins/NewsAggregator')
-rw-r--r-- | plugins/NewsAggregator/Src/Utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index 11725ae360..4a92551688 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -481,6 +481,8 @@ LPCTSTR ClearText(CMStringW &result, const wchar_t *message) result.Replace(L"☺", L"☺"); //White Smiling Face
result.Replace(L"", L"");
+ result.Trim();
+
return result;
}
|