From 9ed5a0436109770d38318ae9a3c117f46aeefa5e Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 20:12:25 +0000 Subject: added new langpavk support git-svn-id: http://svn.miranda-ng.org/main/trunk@54 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MenuItemEx/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/MenuItemEx') diff --git a/plugins/MenuItemEx/main.c b/plugins/MenuItemEx/main.c index 1533d6bb8a..df21a89fce 100644 --- a/plugins/MenuItemEx/main.c +++ b/plugins/MenuItemEx/main.c @@ -30,6 +30,7 @@ BOOL bMetaContacts, bMir_08; PROTOACCOUNT **accs; OPENOPTIONSDIALOG ood; int protoCount; +int hLangpack; static LONG_PTR OldAuthReqEditProc; struct { @@ -1316,6 +1317,7 @@ __declspec(dllexport)int Load(PLUGINLINK *link) { pluginLink=link; mir_getMMI( &mmi ); + mir_getLP(&pluginInfoEx); hHooks[6] = HookEvent(ME_SYSTEM_MODULESLOADED,PluginInit); return 0; } -- cgit v1.2.3