From d8d5f055d5bccac50ff9fff2f206fa203a34c205 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 3 Oct 2012 19:05:39 +0000 Subject: TITLE also applied to the second variant of smilies git-svn-id: http://svn.miranda-ng.org/main/trunk@1777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/TextToken.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/IEView/src/TextToken.cpp b/plugins/IEView/src/TextToken.cpp index 1e05e72992..6f696ec792 100644 --- a/plugins/IEView/src/TextToken.cpp +++ b/plugins/IEView/src/TextToken.cpp @@ -698,9 +698,9 @@ void TextToken::toString(wchar_t **str, int *sizeAlloced) { %s", wlink, eText); } else if ((Options::getGeneralFlags()&Options::GENERAL_ENABLE_PNGHACK) && (wcsstr(wlink, L".png")!=NULL)) { - Utils::appendText(str, sizeAlloced, L"\"%s\"/%s", wlink, eText, eText); + Utils::appendText(str, sizeAlloced, L"\"%s\"/%s", wlink, eText, eText, eText); } else { - Utils::appendText(str, sizeAlloced, L"\"%s\"%s", wlink, eText, eText, eText); + Utils::appendText(str, sizeAlloced, L"\"%s\"%s", wlink, eText, eText, eText); } break; case MATH: -- cgit v1.2.3