diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-04 15:43:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-04 15:43:57 +0000 |
commit | 730614e82be2d2edb81f59d26d899329be0db2f9 (patch) | |
tree | d24204abf43a85ec11cf83b2da9c3398477d9169 /plugins/Non-IM Contact/src/main.cpp | |
parent | 1705dfe26353057e4fa274280ff9552840ea9aab (diff) |
Non-IM Contact:
- plugin's menu item returned back to the contact's popup menu;
- Unicode group names
git-svn-id: http://svn.miranda-ng.org/main/trunk@4302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/src/main.cpp')
-rw-r--r-- | plugins/Non-IM Contact/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Non-IM Contact/src/main.cpp b/plugins/Non-IM Contact/src/main.cpp index ebefd3ce12..4aca53a150 100644 --- a/plugins/Non-IM Contact/src/main.cpp +++ b/plugins/Non-IM Contact/src/main.cpp @@ -183,7 +183,7 @@ extern "C" __declspec(dllexport) int Load() mi.pszContactOwner = MODNAME;
mi.pszName = LPGEN("E&dit Contact Settings");
mi.pszService = "EditLCcontact";
- Menu_AddMainMenuItem(&mi);
+ Menu_AddContactMenuItem(&mi);
HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);
|