summaryrefslogtreecommitdiff
path: root/protocols/Weather
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-27 19:32:18 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-27 19:32:18 +0000
commit33ab2024b11290d6b0ad5d3c4a81193929cccb3f (patch)
tree145b9b3fb255d2af3aa388c7ef7e02283121a4eb /protocols/Weather
parentde58db295a38cd1d17ac66067912bca18ecddab7 (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2525 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather')
-rw-r--r--protocols/Weather/src/weather_svcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_svcs.cpp b/protocols/Weather/src/weather_svcs.cpp
index 66fcdd565a..3e01c32f47 100644
--- a/protocols/Weather/src/weather_svcs.cpp
+++ b/protocols/Weather/src/weather_svcs.cpp
@@ -378,7 +378,7 @@ void AddMenuItems(void)
CreateServiceFunction("Weather/mwin_menu", Mwin_MenuClicked);
mi.position = -0x7FFFFFF0;
mi.hIcon = NULL;
- mi.flags = CMIF_TCHAR;
+ mi.flags = 0;
mi.pszName = LPGEN("Display in a frame");
mi.pszService = "Weather/mwin_menu";
hMwinMenu = Menu_AddContactMenuItem(&mi);