diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:16:45 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:16:45 +0300 |
commit | 24f1172138e3ddfc50cb79c5eea488af3c834a72 (patch) | |
tree | 6cc64818bc870f95f11016f1330576ae72db1aeb /protocols/Weather/src/proto.h | |
parent | d5c6af21d737670e4abbdb6521e5c8e3d074fee8 (diff) |
fixes #4969 (Weather: не работают пункты в главном меню)
Diffstat (limited to 'protocols/Weather/src/proto.h')
-rw-r--r-- | protocols/Weather/src/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Weather/src/proto.h b/protocols/Weather/src/proto.h index e1115b65e3..ae92cf59b4 100644 --- a/protocols/Weather/src/proto.h +++ b/protocols/Weather/src/proto.h @@ -156,6 +156,8 @@ class CWeatherProto : public PROTO<CWeatherProto> MHttpResponse* RunQuery(const wchar_t *id, int days); // menu items + HGENMENU hEnableDisableMenu; + void InitMenuItems(); void UpdateMenu(BOOL State); @@ -259,6 +261,8 @@ public: void OnModulesLoaded() override; void OnShutdown() override; + static void GlobalMenuInit(); + int __cdecl OnToolbarLoaded(WPARAM, LPARAM); }; |