diff options
Diffstat (limited to 'plugins/NewStory/src/templates.cpp')
-rw-r--r-- | plugins/NewStory/src/templates.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index 030866aaa2..9d73c35d1b 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -143,6 +143,8 @@ CMStringA ItemData::formatHtml(const wchar_t *pwszStr) CMStringA szBody;
AppendString(szBody, T2Utf((pwszStr) ? pwszStr : formatString()).get());
UrlAutodetect(szBody);
+ if (g_plugin.bHasSmileys)
+ ReplaceSmileys(hContact, szBody);
str += szBody;
str.Append("</body></html>");
|