summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-03-03 10:35:36 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-03-03 10:35:36 +0000
commit2a7890c474286986bb379c8a50da1efd69cee578 (patch)
tree10f0a5d9217f6431dcee820238f0f6bd79d2401c /src/modules
parent3e0cbcdd0e1cdaf4e8f13c0f9dc444a4e4b720f7 (diff)
small adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@8370 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/extraicons/extraicons.cpp2
1 files changed, 1 insertions, 1 deletions
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);