diff options
Diffstat (limited to 'plugins/FloatingContacts/src')
-rw-r--r-- | plugins/FloatingContacts/src/fltcont.h | 1 | ||||
-rw-r--r-- | plugins/FloatingContacts/src/main.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/FloatingContacts/src/fltcont.h b/plugins/FloatingContacts/src/fltcont.h index 691fc6101c..ca4919c2fc 100644 --- a/plugins/FloatingContacts/src/fltcont.h +++ b/plugins/FloatingContacts/src/fltcont.h @@ -58,7 +58,6 @@ enum //
#define MODULE "FloatingContacts"
-#define MODULEW L"FloatingContacts"
#define TOTOPTIME_P 1000
#define TOTOPTIME_MAX (15*(60000/TOTOPTIME_P))
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();
|