From c28c16e9cb3aff055f55fb3386ca88e7382f5ee1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 27 Jun 2015 17:02:03 +0000 Subject: missing protocol owner git-svn-id: http://svn.miranda-ng.org/main/trunk@14417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/weather_svcs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Weather') diff --git a/plugins/Weather/src/weather_svcs.cpp b/plugins/Weather/src/weather_svcs.cpp index 11d4bfc88c..4095dd9522 100644 --- a/plugins/Weather/src/weather_svcs.cpp +++ b/plugins/Weather/src/weather_svcs.cpp @@ -357,13 +357,13 @@ void AddMenuItems(void) UpdatePopupMenu(opt.UsePopup); } - if ( ServiceExists(MS_CLIST_FRAMES_ADDFRAME)) { + if (ServiceExists(MS_CLIST_FRAMES_ADDFRAME)) { mi.pszService = "Weather/mwin_menu"; CreateServiceFunction(mi.pszService, Mwin_MenuClicked); mi.position = -0x7FFFFFF0; mi.icolibItem = NULL; mi.hParentMenu = NULL; mi.name.a = LPGEN("Display in a frame"); - hMwinMenu = Menu_AddContactMenuItem(&mi); + hMwinMenu = Menu_AddContactMenuItem(&mi, WEATHERPROTONAME); } } -- cgit v1.2.3