diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-03 19:06:26 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-03 19:06:26 +0300 |
commit | fdfadfaddca2d0145ad5acbadbd5e3e97359e491 (patch) | |
tree | b6edd129e0de9ab82d1970ec5fbac49a489422b4 /plugins/FloatingContacts/src/main.cpp | |
parent | 728516f4fed1b694f46c326bda5a596e7ec7727a (diff) |
fixes #1562 (FloatingContacts: icon section not translatable)
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 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();
|