summaryrefslogtreecommitdiff
path: root/Bass_interface/Main.c
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 14:29:38 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 14:29:38 +0000
commitd69fe8c8c883b88a4d0a61ffcd13d7fab54b63df (patch)
tree2d8e9e3683fac105b3b9d86306b2e2171687710d /Bass_interface/Main.c
parent2967300aae9b043942809c1de918e343f5c23dc8 (diff)
Bass_interface:
added support for the new langpacks git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@100 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Bass_interface/Main.c')
-rw-r--r--Bass_interface/Main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bass_interface/Main.c b/Bass_interface/Main.c
index ce85a6d..a2870b4 100644
--- a/Bass_interface/Main.c
+++ b/Bass_interface/Main.c
@@ -6,6 +6,7 @@ Copyright (C) 2010, 2011 tico-tico
HINSTANCE hInst;
PLUGINLINK *pluginLink;
+int hLangpack;
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
@@ -483,6 +484,7 @@ int OnShutdown(WPARAM wParam, LPARAM lParam)
int __declspec(dllexport) Load(PLUGINLINK *link)
{
pluginLink = link;
+ mir_getLP(&pluginInfo);
mir_getMMI(&mmi);
hHooks[0] = HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);