diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-06 14:30:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-06 14:31:00 +0300 |
commit | 9f5868d8ba6d2b55c03fd5b201e87c125e04e3dc (patch) | |
tree | e6b1fda05fc3e9329d669f5b3262ae05e870372a /protocols/ICQ-WIM/src/main.cpp | |
parent | ca9924be024e82cd5873207ad579773e82655c12 (diff) |
fixes #3820 (Пропал перевод в дереве значков)
Diffstat (limited to 'protocols/ICQ-WIM/src/main.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/main.cpp b/protocols/ICQ-WIM/src/main.cpp index b445bc7b29..f74dac11c7 100644 --- a/protocols/ICQ-WIM/src/main.cpp +++ b/protocols/ICQ-WIM/src/main.cpp @@ -93,7 +93,7 @@ int CMPlugin::Load() // register the second instance of this plugin as MRA
g_pluginMra.Register();
- registerIcon("Protocols/ICQ", iconList, "ICQ");
+ registerIcon(LPGEN("Protocols") "/" LPGEN("ICQ"), iconList, "ICQ");
HookEvent(ME_SYSTEM_MODULELOAD, ModuleLoad);
HookEvent(ME_SYSTEM_MODULEUNLOAD, ModuleLoad);
|