diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-25 11:16:43 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-25 11:16:43 +0000 |
commit | be34c541bed5aec3f5e62da42ae2b31f2f1d7884 (patch) | |
tree | 5aa6c7acad1b0c3a5acedcea3dd146962da9a248 /plugins/NewEventNotify/main.c | |
parent | de83ac2ff7e90537efc0153adedf2f700b4e7880 (diff) |
NewEventNotify - some adaptation
git-svn-id: http://svn.miranda-ng.org/main/trunk@630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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();
|