From a7cc98eb83a5f77d2220ce3dec8315e574f7467c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 6 Nov 2023 18:33:50 +0300 Subject: No need to translate this --- protocols/ICQ-WIM/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/ICQ-WIM') 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); -- cgit v1.2.3