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/FavContacts/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/FavContacts') diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index 5e5a1f1f9a..1469830e4e 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -27,6 +27,7 @@ HINSTANCE g_hInst; struct LIST_INTERFACE li; struct MM_INTERFACE mmi; struct UTF8_INTERFACE utfi; +int hLangpack; // {AC8B66B3-AFE1-4475-BABA-49783BA39A66} #define MIID_FAVCONTACTS { 0xac8b66b3, 0xafe1, 0x4475, { 0xba, 0xba, 0x49, 0x78, 0x3b, 0xa3, 0x9a, 0x66 } } @@ -320,6 +321,7 @@ extern "C" __declspec(dllexport) int Load(PLUGINLINK * link) mir_getLI(&li); mir_getMMI(&mmi); mir_getUTFI(&utfi); + mir_getLP(&pluginInfoEx); g_contactCache = new CContactCache; -- cgit v1.2.3