summaryrefslogtreecommitdiff
path: root/splashscreen/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'splashscreen/src/main.cpp')
-rw-r--r--splashscreen/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/splashscreen/src/main.cpp b/splashscreen/src/main.cpp
index dda03f6..45f7fae 100644
--- a/splashscreen/src/main.cpp
+++ b/splashscreen/src/main.cpp
@@ -28,6 +28,7 @@
HINSTANCE hInst = 0;
PLUGINLINK *pluginLink;
struct MM_INTERFACE mmi;
+int hLangpack;
static HMODULE hUserDll = NULL;
static HMODULE hAdvaimg = NULL;
@@ -405,6 +406,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
{
pluginLink = link;
+ mir_getLP(&pluginInfo);
mir_getMMI(&mmi);
hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);