summaryrefslogtreecommitdiff
path: root/plugins/ContactsPlus/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ContactsPlus/main.cpp')
-rw-r--r--plugins/ContactsPlus/main.cpp4
1 files changed, 3 insertions, 1 deletions
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();