summaryrefslogtreecommitdiff
path: root/plugins/TooltipNotify
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TooltipNotify')
-rw-r--r--plugins/TooltipNotify/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TooltipNotify/src/main.cpp b/plugins/TooltipNotify/src/main.cpp
index 5695120354..a24d621f14 100644
--- a/plugins/TooltipNotify/src/main.cpp
+++ b/plugins/TooltipNotify/src/main.cpp
@@ -38,6 +38,7 @@ static bool g_bRightModule = false; // i.e. ansi for win9x, and unicode for winn
// Main global object
static CTooltipNotify *g_pTooltipNotify = 0;
+int hLangpack;
//================================================================================
@@ -150,6 +151,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *pLink)
#endif
pluginLink = pLink;
+ mir_getLP(&pluginInfoEx);
g_pTooltipNotify = new CTooltipNotify(g_hInstDLL);
assert(g_pTooltipNotify!=0);