diff options
author | dartraiden <wowemuh@gmail.com> | 2023-11-06 18:33:50 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-11-06 18:33:50 +0300 |
commit | a7cc98eb83a5f77d2220ce3dec8315e574f7467c (patch) | |
tree | 705e86acc917293eb733660946ff285b3fdc2290 /protocols/ICQ-WIM/src/main.cpp | |
parent | 7bbec87546204fec1a345afbeddd668f6239e4ad (diff) |
No need to translate this
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 f74dac11c7..b445bc7b29 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(LPGEN("Protocols") "/" LPGEN("ICQ"), iconList, "ICQ");
+ registerIcon("Protocols/ICQ", iconList, "ICQ");
HookEvent(ME_SYSTEM_MODULELOAD, ModuleLoad);
HookEvent(ME_SYSTEM_MODULEUNLOAD, ModuleLoad);
|