diff options
Diffstat (limited to 'plugins/Weather/src/weather_svcs.cpp')
-rw-r--r-- | plugins/Weather/src/weather_svcs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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");
|