From 5579b582572dbb3e3c842604c753f3e60f0845b8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 23 Mar 2014 17:59:15 +0000 Subject: fix for the langpack module load order git-svn-id: http://svn.miranda-ng.org/main/trunk@8714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/modules.cpp b/src/core/modules.cpp index 909e1811f2..c567efce1d 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -118,6 +118,7 @@ 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; @@ -155,7 +156,6 @@ int LoadDefaultModules(void) if (LoadNewPluginsModule()) return 1; // will call Load(void) on everything, clist will load first - Langpack_LoadLangpack(); Langpack_SortDuplicates(); if (LoadAccountsModule()) return 1; -- cgit v1.2.3