From 2df91a43744f16707f02decf880ae73f3be8d954 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 20 Sep 2012 20:07:53 +0000 Subject: fix for popup & main menus git-svn-id: http://svn.miranda-ng.org/main/trunk@1614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MRA/MraProto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/MRA/MraProto.cpp') diff --git a/protocols/MRA/MraProto.cpp b/protocols/MRA/MraProto.cpp index be7c61cc98..d0c0a22348 100644 --- a/protocols/MRA/MraProto.cpp +++ b/protocols/MRA/MraProto.cpp @@ -72,7 +72,7 @@ CMraProto::CMraProto(const char* _module, const TCHAR* _displayName) : HookEvent(ME_SYSTEM_PRESHUTDOWN, &CMraProto::OnPreShutdown); HookEvent(ME_CLIST_EXTRA_LIST_REBUILD, &CMraProto::MraExtraIconsRebuild); - InitMenus(); + InitContactMenu(); // xstatus menu InitXStatusIcons(); @@ -769,7 +769,7 @@ int CMraProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPARAM lParam) // case EV_PROTO_ONOPTIONS: return OnOptionsInit( wParam, lParam ); case EV_PROTO_ONMENU: -// MenuInit(); + InitMainMenu(); break; } return 1; -- cgit v1.2.3