From 5a3fa95fbe1930c035cd1adffee0792b7d1d8846 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Mar 2013 20:37:12 +0000 Subject: GTalk menu item is inserted now into the Jabber protocol menu git-svn-id: http://svn.miranda-ng.org/main/trunk@4190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/GTalkExt/src/handlers.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/GTalkExt/src/handlers.cpp') diff --git a/protocols/GTalkExt/src/handlers.cpp b/protocols/GTalkExt/src/handlers.cpp index 3b48137b3c..83e4c036ad 100644 --- a/protocols/GTalkExt/src/handlers.cpp +++ b/protocols/GTalkExt/src/handlers.cpp @@ -22,6 +22,7 @@ #include "StdAfx.h" #include "handlers.h" #include "db.h" +#include "inbox.h" #include "notifications.h" #include "options.h" @@ -423,6 +424,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) japi->Net()->AddSendHandler(SendHandler); } + HookEvent(ME_JABBER_MENUINIT, InitMenus); HookOptionsInitialization(); return 0; } -- cgit v1.2.3