summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-09-03 19:06:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-09-03 19:06:26 +0300
commitfdfadfaddca2d0145ad5acbadbd5e3e97359e491 (patch)
treeb6edd129e0de9ab82d1970ec5fbac49a489422b4 /plugins/FloatingContacts/src/main.cpp
parent728516f4fed1b694f46c326bda5a596e7ec7727a (diff)
fixes #1562 (FloatingContacts: icon section not translatable)
Diffstat (limited to 'plugins/FloatingContacts/src/main.cpp')
-rw-r--r--plugins/FloatingContacts/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/src/main.cpp b/plugins/FloatingContacts/src/main.cpp
index df26a93e29..0ebef29c0b 100644
--- a/plugins/FloatingContacts/src/main.cpp
+++ b/plugins/FloatingContacts/src/main.cpp
@@ -903,7 +903,7 @@ static int OnPreshutdown(WPARAM, LPARAM)
int CMPlugin::Load()
{
- g_plugin.registerIconW(_A2W(MODULE), g_iconList);
+ g_plugin.registerIconW(LPGENW("Floating contacts"), g_iconList, MODULE);
LoadMenus();
InitOptions();