diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-29 17:32:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-29 17:32:02 +0300 |
commit | 55e72960be3926e041ac0baf00559ba46f59bba0 (patch) | |
tree | b773ec79838ef3dd89b01462397ef245de116468 /plugins/FloatingContacts/src/main.cpp | |
parent | c5f129e3645b4cd736935e3ae8a29e1c4a195380 (diff) |
unneeded macros removed
Diffstat (limited to 'plugins/FloatingContacts/src/main.cpp')
-rw-r--r-- | plugins/FloatingContacts/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/src/main.cpp b/plugins/FloatingContacts/src/main.cpp index 8927b18665..50d66b6e0f 100644 --- a/plugins/FloatingContacts/src/main.cpp +++ b/plugins/FloatingContacts/src/main.cpp @@ -910,7 +910,7 @@ extern "C" int __declspec(dllexport) Load() mir_getLP(&pluginInfoEx);
pcli = Clist_GetInterface();
- Icon_RegisterT(hInst, MODULEW, g_iconList, _countof(g_iconList));
+ Icon_RegisterT(hInst, _A2W(MODULE), g_iconList, _countof(g_iconList));
LoadMenus();
InitOptions();
|