summaryrefslogtreecommitdiff
path: root/src/modules/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-25 14:19:43 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-25 14:19:43 +0000
commit88f6179361e5b378c2938c77674d28cd1dc9a4ed (patch)
tree8ad248bd753a5e7643057a43c5a8bd78d3789017 /src/modules/plugins
parent86e8851bf37227b9f70f88e1788c7355422ee3b0 (diff)
- language packs' directory is now %miranda_path%\Languages
- lang pack loading code restructurization git-svn-id: http://svn.miranda-ng.org/main/trunk@8738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/plugins')
-rw-r--r--src/modules/plugins/newplugins.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/plugins/newplugins.cpp b/src/modules/plugins/newplugins.cpp
index 5a3ea6a735..5576865477 100644
--- a/src/modules/plugins/newplugins.cpp
+++ b/src/modules/plugins/newplugins.cpp
@@ -653,8 +653,6 @@ static int LaunchServicePlugin(pluginEntry *p)
p->pclass |= PCLASS_LOADED;
}
- Langpack_LoadLangpack();
-
INT_PTR res = CallService(MS_SERVICEMODE_LAUNCH, 0, 0);
if (res != CALLSERVICE_NOTFOUND)
return res;