diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-11-02 09:39:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-11-02 09:39:09 +0000 |
commit | c92d3aa1e15c0b41341a4b12f40ec7e295bf873a (patch) | |
tree | 65df5cad00d78d356e95126a0b7e45a94f715d5a | |
parent | 01e9ee7d00a4c7d27734ed11b46000be107a1d16 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@10895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/!Deprecated/Skype/src/skype_menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!Deprecated/Skype/src/skype_menus.cpp b/plugins/!Deprecated/Skype/src/skype_menus.cpp index a051d24911..99a794af1a 100644 --- a/plugins/!Deprecated/Skype/src/skype_menus.cpp +++ b/plugins/!Deprecated/Skype/src/skype_menus.cpp @@ -243,7 +243,7 @@ void CSkypeProto::OnInitStatusMenu() else
{
if (m_hMenuRoot)
- ::CallService(MS_CLIST_REMOVEMAINMENUITEM, (WPARAM)m_hMenuRoot, 0);
+ ::CallService(MO_REMOVEMENUITEM, (WPARAM)m_hMenuRoot, 0);
m_hMenuRoot = NULL;
}
|