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/Dbx_tree/init.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Dbx_tree/init.cpp') diff --git a/plugins/Dbx_tree/init.cpp b/plugins/Dbx_tree/init.cpp index f901e9d13e..72ac33c1c8 100644 --- a/plugins/Dbx_tree/init.cpp +++ b/plugins/Dbx_tree/init.cpp @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Interface.h" HINSTANCE hInstance = NULL; +int hLangpack; static const DWORD gMinMirVer = 0x00080000; static const MUUID gInterfaces[] = {MIID_DATABASE, MIID_LAST}; @@ -67,6 +68,7 @@ extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) extern "C" __declspec(dllexport) int Load(PLUGINLINK * Link) { + mir_getLP(&pluginInfoEx); return 1; } -- cgit v1.2.3