diff options
Diffstat (limited to 'plugins/FloatingContacts')
-rw-r--r-- | plugins/FloatingContacts/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/FloatingContacts/main.cpp b/plugins/FloatingContacts/main.cpp index 9246e6f2b2..62adc003d0 100644 --- a/plugins/FloatingContacts/main.cpp +++ b/plugins/FloatingContacts/main.cpp @@ -123,6 +123,7 @@ BOOL bIsCListShow = TRUE; HANDLE hRemoveThumb = NULL;
HANDLE hMainHideAllThumbs = NULL;
HANDLE hHideWhenCListShow = NULL;
+int hLangpack;
//Options
@@ -232,6 +233,7 @@ extern "C" int __declspec(dllexport) Load( PLUGINLINK *link ) pluginLink = link;
mir_getLI(&li);
+ mir_getLP(&pluginInfoEx);
hevModules = HookEvent( ME_SYSTEM_MODULESLOADED, OnModulesLoded );
bNT = GetOSPlatform();
|