From 68924bfc1a213e619563c2cffb6d44b5b5346f6d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jun 2015 18:21:10 +0000 Subject: next slice of cutting out unused menu features - popupPosition git-svn-id: http://svn.miranda-ng.org/main/trunk@14400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/weather_svcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Weather/src') diff --git a/plugins/Weather/src/weather_svcs.cpp b/plugins/Weather/src/weather_svcs.cpp index 278525c496..b4ea9a0f6c 100644 --- a/plugins/Weather/src/weather_svcs.cpp +++ b/plugins/Weather/src/weather_svcs.cpp @@ -323,7 +323,7 @@ void AddMenuItems(void) // adding main menu items mi.pszPopupName = LPGEN("Weather"); - mi.popupPosition = 500099000; + // mi.popupPosition = 500099000; !!!!!!!!!!!!!!!!!!!!! CreateServiceFunction(MS_WEATHER_ENABLED, EnableDisableCmd); mi.pszName = LPGEN("Enable/Disable Weather Update"); -- cgit v1.2.3