summaryrefslogtreecommitdiff
path: root/plugins/ProfileManager/pmanagerEx.c
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-18 20:12:25 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-18 20:12:25 +0000
commit9ed5a0436109770d38318ae9a3c117f46aeefa5e (patch)
tree6ee76bb67f44a29a127733cd0a528c4392040ce0 /plugins/ProfileManager/pmanagerEx.c
parent4b0b9dbaf8b0fea12620fd84b8f71c99e3fc9b3f (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/ProfileManager/pmanagerEx.c')
-rw-r--r--plugins/ProfileManager/pmanagerEx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ProfileManager/pmanagerEx.c b/plugins/ProfileManager/pmanagerEx.c
index 63f57f5bea..4de242d464 100644
--- a/plugins/ProfileManager/pmanagerEx.c
+++ b/plugins/ProfileManager/pmanagerEx.c
@@ -20,6 +20,7 @@ PLUGINLINK *pluginLink;
TCHAR fn[MAX_PATH];
TCHAR lmn[MAX_PATH];
TCHAR* pathn;
+int hLangpack;
#define SIZEOF(x) (sizeof(x)/sizeof(*x))
@@ -78,6 +79,7 @@ int __declspec(dllexport) Load(PLUGINLINK *link)
{
CLISTMENUITEM mi;
pluginLink=link;
+ mir_getLP(&pluginInfoEx);
CreateServiceFunction("Database/LoadPM",LoadPM);
ZeroMemory(&mi,sizeof(mi));