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/updater/updater.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/updater') diff --git a/plugins/updater/updater.cpp b/plugins/updater/updater.cpp index fa3a71fa69..00d89489af 100644 --- a/plugins/updater/updater.cpp +++ b/plugins/updater/updater.cpp @@ -13,6 +13,7 @@ HANDLE hEventOptInit, hEventModulesLoaded, hEventIdleChanged, hToolBarLoaded; MM_INTERFACE mmi; UTF8_INTERFACE utfi; LIST_INTERFACE li; +int hLangpack; bool is_idle = false; //#define TESTING // defined here to reduce build time blowout caused by changing common.h @@ -259,6 +260,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) mir_getLI(&li); mir_getMMI(&mmi); mir_getUTFI(&utfi); + mir_getLP(&pluginInfoEx); // save global status from clist - will be restored after update check if that option is enabled, or in modules loaded if not options.start_offline = (DBGetContactSettingByte(0, MODULE, "StartOffline", 0) == 1); // load option here - rest loading in modulesloaded -- cgit v1.2.3