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/ContactsPlus/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/ContactsPlus') diff --git a/plugins/ContactsPlus/main.cpp b/plugins/ContactsPlus/main.cpp index 7f167c84d0..c609129108 100644 --- a/plugins/ContactsPlus/main.cpp +++ b/plugins/ContactsPlus/main.cpp @@ -27,6 +27,7 @@ HINSTANCE hInst; PLUGINLINK *pluginLink; +int hLangpack; int g_NewProtoAPI = FALSE; @@ -322,7 +323,8 @@ extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) extern "C" __declspec(dllexport) int Load(PLUGINLINK *link) { - pluginLink = link; + pluginLink = link; + mir_getLP(&pluginInfoEx); InitCommonControls(); InitI18N(); -- cgit v1.2.3