From 5429863e98b0037b14eccc53eae2b16226138deb Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 13 Sep 2015 10:23:26 +0000 Subject: Tox: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@15343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_icons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/Tox/src/tox_icons.cpp b/protocols/Tox/src/tox_icons.cpp index d049880361..4aec68a172 100644 --- a/protocols/Tox/src/tox_icons.cpp +++ b/protocols/Tox/src/tox_icons.cpp @@ -11,7 +11,7 @@ IconItemT CToxProto::Icons[] = void CToxProto::InitIcons() { - Icon_RegisterT(g_hInstance, LPGENT("Protocols") "/" LPGENT(MODULE), Icons, _countof(Icons), MODULE); + Icon_RegisterT(g_hInstance, LPGENT("Protocols") L"/" LPGENT(MODULE), Icons, _countof(Icons), MODULE); } HANDLE CToxProto::GetIconHandle(int iconId) -- cgit v1.2.3