summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_icons.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-09-13 10:23:26 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-09-13 10:23:26 +0000
commit5429863e98b0037b14eccc53eae2b16226138deb (patch)
tree1797bba3323a737c624fba403d14696df97b8c21 /protocols/Tox/src/tox_icons.cpp
parent59ceaba591a0cdd4955978bcccc8532dbce75ea3 (diff)
Tox: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@15343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_icons.cpp')
-rw-r--r--protocols/Tox/src/tox_icons.cpp2
1 files changed, 1 insertions, 1 deletions
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)