diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-25 14:19:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-25 14:19:43 +0000 |
commit | 88f6179361e5b378c2938c77674d28cd1dc9a4ed (patch) | |
tree | 8ad248bd753a5e7643057a43c5a8bd78d3789017 /src/core/modules.cpp | |
parent | 86e8851bf37227b9f70f88e1788c7355422ee3b0 (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/core/modules.cpp')
-rw-r--r-- | src/core/modules.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp index d0fd58359e..cea9906330 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -118,7 +118,6 @@ int LoadDefaultModules(void) if (LoadDatabaseModule()) return 1;
// database is available here
- Langpack_LoadLangpack();
if (LoadButtonModule()) return 1;
if (LoadIcoLibModule()) return 1;
if (LoadSkinIcons()) return 1;
|