summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-09-13 10:21:35 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-09-13 10:21:35 +0000
commit59ceaba591a0cdd4955978bcccc8532dbce75ea3 (patch)
treead77a18a29df7a73694a5670c94a960dd26b7f59 /protocols/SkypeWeb/src
parent5d2ff1117e800b1fb31e3eafb5769c4499ec30a1 (diff)
SkypeWeb: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@15342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src')
-rw-r--r--protocols/SkypeWeb/src/skype_icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_icons.cpp b/protocols/SkypeWeb/src/skype_icons.cpp
index 883a067a1a..31e77447c8 100644
--- a/protocols/SkypeWeb/src/skype_icons.cpp
+++ b/protocols/SkypeWeb/src/skype_icons.cpp
@@ -32,7 +32,7 @@ IconItemT CSkypeProto::Icons[] =
void CSkypeProto::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);
}
HICON CSkypeProto::GetIcon(int iconId)