From cf1c8283aca6d09ddfc42d18c8ecc38bbc0f65fb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Sep 2014 14:02:41 +0000 Subject: MS_CLIST_REMOVEMAINMENUITEM also removed git-svn-id: http://svn.miranda-ng.org/main/trunk@10480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp b/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp index a4acecf17e..599a4f9d88 100644 --- a/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp +++ b/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp @@ -1706,7 +1706,7 @@ static int CLUIFramesLoadMainMenu() return -1; if (_hmiRoot != HGENMENU_ROOT) { - CallService(MS_CLIST_REMOVEMAINMENUITEM, (WPARAM)_hmiRoot, 0); + CallService(MO_REMOVEMENUITEM, (WPARAM)_hmiRoot, 0); _hmiRoot = HGENMENU_ROOT; } @@ -3870,7 +3870,7 @@ static INT_PTR UnloadMainMenu() { CLUIFrameOnModulesUnload(0, 0); if (_hmiRoot != HGENMENU_ROOT) { - CallService(MS_CLIST_REMOVEMAINMENUITEM, (WPARAM)_hmiRoot, 0); + CallService(MO_REMOVEMENUITEM, (WPARAM)_hmiRoot, 0); _hmiRoot = HGENMENU_ROOT; } -- cgit v1.2.3