diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 20:12:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 20:12:25 +0000 |
commit | 9ed5a0436109770d38318ae9a3c117f46aeefa5e (patch) | |
tree | 6ee76bb67f44a29a127733cd0a528c4392040ce0 /plugins/TooltipNotify/src | |
parent | 4b0b9dbaf8b0fea12620fd84b8f71c99e3fc9b3f (diff) |
added new langpavk support
git-svn-id: http://svn.miranda-ng.org/main/trunk@54 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TooltipNotify/src')
-rw-r--r-- | plugins/TooltipNotify/src/main.cpp | 2 |
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);
|