diff options
-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;
}
|