diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-21 08:16:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-21 08:16:23 +0000 |
commit | 6a894315ed986fe11ccbaf97fb15bbbe172c085d (patch) | |
tree | 01e0bbfc0959abb9f9a9bc1016aa3c835b7054ac /src | |
parent | 22956dbd60e52103afcfa87c93776c46a8c9947f (diff) |
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@9897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/metacontacts/meta_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp index e78a7ec6bd..74f8c48551 100644 --- a/src/modules/metacontacts/meta_main.cpp +++ b/src/modules/metacontacts/meta_main.cpp @@ -56,7 +56,7 @@ void UnloadMetacontacts(void) // Called when the plugin is loaded into Miranda
int LoadMetacontacts(void)
{
- Icon_Register(hInst, META_PROTO, iconList, SIZEOF(iconList), "mc");
+ Icon_Register(hInst, LPGEN("MetaContacts"), iconList, SIZEOF(iconList), "mc");
db_set_resident(META_PROTO, "Status");
db_set_resident(META_PROTO, "IdleTS");
|