From 4623f15a5a64425f2dc1883248b885c9ec8ff51b Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 22 Jan 2016 12:09:54 +0000 Subject: IEView: font size fix git-svn-id: http://svn.miranda-ng.org/main/trunk@16141 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 6934043d22..ab3441f5b6 100644 --- a/plugins/IEView/src/TextToken.cpp +++ b/plugins/IEView/src/TextToken.cpp @@ -634,7 +634,7 @@ void TextToken::toString(CMStringW &str) break; case BB_SIZE: eText = htmlEncode(wtext); - str.AppendFormat(L"", eText); + str.AppendFormat(L"", eText); break; } } -- cgit v1.2.3