From 2a7890c474286986bb379c8a50da1efd69cee578 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 3 Mar 2014 10:35:36 +0000 Subject: small adjustment git-svn-id: http://svn.miranda-ng.org/main/trunk@8370 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/extraicons/extraicons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/extraicons/extraicons.cpp b/src/modules/extraicons/extraicons.cpp index 0527126662..cfd80a3697 100644 --- a/src/modules/extraicons/extraicons.cpp +++ b/src/modules/extraicons/extraicons.cpp @@ -520,7 +520,7 @@ void LoadExtraIconsModule() hEventExtraImageListRebuilding = CreateHookableEvent(ME_CLIST_EXTRA_LIST_REBUILD); // Icons - Icon_Register(NULL, "Contact list", iconList, SIZEOF(iconList)); + Icon_Register(NULL, LPGEN("Contact list"), iconList, SIZEOF(iconList)); // Hooks HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded); -- cgit v1.2.3