diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-25 20:37:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-25 20:37:12 +0000 |
commit | 5a3fa95fbe1930c035cd1adffee0792b7d1d8846 (patch) | |
tree | 017dfe1d07b1dc16bddf1aa77e85eb19d385f551 /protocols/GTalkExt/src/handlers.cpp | |
parent | 3d411171eba820bffa2998f2442c197a553153f4 (diff) |
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
Diffstat (limited to 'protocols/GTalkExt/src/handlers.cpp')
-rw-r--r-- | protocols/GTalkExt/src/handlers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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;
}
|