diff options
Diffstat (limited to 'plugins/NewEventNotify/main.c')
-rw-r--r-- | plugins/NewEventNotify/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewEventNotify/main.c b/plugins/NewEventNotify/main.c index c35a7907c1..5b019f0b5a 100644 --- a/plugins/NewEventNotify/main.c +++ b/plugins/NewEventNotify/main.c @@ -53,6 +53,7 @@ struct MM_INTERFACE mmi; HINSTANCE hInst;
PLUGIN_OPTIONS pluginOptions;
PLUGINLINK *pluginLink;
+int hLangpack;
PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"NewEventNotify",
@@ -223,6 +224,7 @@ int __declspec(dllexport) Load(PLUGINLINK *link) hHookedOpt = HookEvent(ME_OPT_INITIALISE, HookedOptions);
mir_getMMI(&mmi);
+ mir_getLP(&pluginInfo);
InitI18N();
|