From 8cbf63303a7f35241fa1ba2bd4ca8306e81d1837 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Sep 2014 13:51:27 +0000 Subject: useless service MS_CLIST_REMOVECONTACTMENUITEM deleted git-svn-id: http://svn.miranda-ng.org/main/trunk@10479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Quotes/src/Forex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Quotes/src') diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp index e03f8fccd9..888b8dc3fa 100644 --- a/plugins/Quotes/src/Forex.cpp +++ b/plugins/Quotes/src/Forex.cpp @@ -444,7 +444,7 @@ namespace inline int Quotes_RemoveMenuItem(HGENMENU h) { - return CallService(MS_CLIST_REMOVECONTACTMENUITEM,reinterpret_cast(h),0); + return CallService(MO_REMOVEMENUITEM, reinterpret_cast(h), 0); } } -- cgit v1.2.3