diff options
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");
|