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/Gender/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Gender/main.cpp') diff --git a/plugins/Gender/main.cpp b/plugins/Gender/main.cpp index e66d3ef41b..8b3d9b9bb5 100644 --- a/plugins/Gender/main.cpp +++ b/plugins/Gender/main.cpp @@ -44,6 +44,7 @@ byte bEnableClistIcon = 1; // do we need clist icon? byte bDrawNoGenderIcon = 0; // enable icon when no info? byte bContactMenuItems = 1; // do we need a contact menu items? byte bMetaAvail = 0; // metacontacts installed? +int hLangpack; extern int onOptInitialise(WPARAM wParam, LPARAM lParam); @@ -445,6 +446,7 @@ int onSystemOKToExit(WPARAM wParam,LPARAM lParam) extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) { pluginLink = link; + mir_getLP(&pluginInfoEx); hHookModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, onModulesLoaded); hSystemOKToExit = HookEvent(ME_SYSTEM_OKTOEXIT,onSystemOKToExit); -- cgit v1.2.3