From ead582e080416de21ece0b29109efa8bc4c043d9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 3 Oct 2012 18:54:52 +0000 Subject: TITLE tag added to smilies git-svn-id: http://svn.miranda-ng.org/main/trunk@1775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/TextToken.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/IEView') diff --git a/plugins/IEView/src/TextToken.cpp b/plugins/IEView/src/TextToken.cpp index 56512ac119..1e05e72992 100644 --- a/plugins/IEView/src/TextToken.cpp +++ b/plugins/IEView/src/TextToken.cpp @@ -700,7 +700,7 @@ void TextToken::toString(wchar_t **str, int *sizeAlloced) { } else if ((Options::getGeneralFlags()&Options::GENERAL_ENABLE_PNGHACK) && (wcsstr(wlink, L".png")!=NULL)) { Utils::appendText(str, sizeAlloced, L"\"%s\"/%s", wlink, eText, eText); } else { - Utils::appendText(str, sizeAlloced, L"\"%s\"%s", wlink, eText, eText); + Utils::appendText(str, sizeAlloced, L"\"%s\"%s", wlink, eText, eText, eText); } break; case MATH: -- cgit v1.2.3