From 3f722b71f4ad6900de300d3a20b98d1184cd2943 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 3 Oct 2012 19:40:07 +0000 Subject: andalso a fix for flash-based avatars too git-svn-id: http://svn.miranda-ng.org/main/trunk@1778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/TextToken.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/IEView/src/TextToken.cpp b/plugins/IEView/src/TextToken.cpp index 6f696ec792..4d911c9bf7 100644 --- a/plugins/IEView/src/TextToken.cpp +++ b/plugins/IEView/src/TextToken.cpp @@ -696,7 +696,7 @@ void TextToken::toString(wchar_t **str, int *sizeAlloced) { L"\ %s", - wlink, eText); + eText, 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, eText); } else { -- cgit v1.2.3