From 24f1172138e3ddfc50cb79c5eea488af3c834a72 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 10 Apr 2025 18:16:45 +0300 Subject: =?UTF-8?q?fixes=20#4969=20(Weather:=20=D0=BD=D0=B5=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=8E=D1=82=20=D0=BF=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=82=D1=8B=20=D0=B2=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE?= =?UTF-8?q?=D0=BC=20=D0=BC=D0=B5=D0=BD=D1=8E)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Weather/src/weather.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/Weather/src/weather.cpp') diff --git a/protocols/Weather/src/weather.cpp b/protocols/Weather/src/weather.cpp index 884362d1a5..b0ee091b46 100644 --- a/protocols/Weather/src/weather.cpp +++ b/protocols/Weather/src/weather.cpp @@ -102,6 +102,9 @@ int CMPlugin::Load() hDataWindowList = WindowList_Create(); hWindowList = WindowList_Create(); + // add global menus + CWeatherProto::GlobalMenuInit(); + // add sound event addSound("weatherupdated", _A2W(MODULENAME), LPGENW("Condition Changed")); addSound("weatheralert", _A2W(MODULENAME), LPGENW("Alert Issued")); -- cgit v1.2.3