diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-16 13:51:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-16 13:51:27 +0000 |
commit | 8cbf63303a7f35241fa1ba2bd4ca8306e81d1837 (patch) | |
tree | 0f52f4e8ad9d91059ff33c8cd8fb0a824a456106 /protocols/Twitter/src | |
parent | 666ca215b155788ed81079abcf6c283df0549a45 (diff) |
useless service MS_CLIST_REMOVECONTACTMENUITEM deleted
git-svn-id: http://svn.miranda-ng.org/main/trunk@10479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src')
-rw-r--r-- | protocols/Twitter/src/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/theme.cpp b/protocols/Twitter/src/theme.cpp index f2abf6ab71..5e7235f7c2 100644 --- a/protocols/Twitter/src/theme.cpp +++ b/protocols/Twitter/src/theme.cpp @@ -106,7 +106,7 @@ void InitContactMenus() void UninitContactMenus()
{
for(size_t i=0; i<SIZEOF(g_hMenuItems); i++)
- CallService(MS_CLIST_REMOVECONTACTMENUITEM,(WPARAM)g_hMenuItems[i],0);
+ CallService(MO_REMOVEMENUITEM, (WPARAM)g_hMenuItems[i], 0);
UnhookEvent(g_hMenuEvts[0]);
for(size_t i=1; i<SIZEOF(g_hMenuEvts); i++)
|