From 5a4ec571583845e2c6e7d005b400309072690d07 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 23 Mar 2014 20:43:18 +0000 Subject: new setting in a mirandaboot.ini:DefaultLanguage git-svn-id: http://svn.miranda-ng.org/main/trunk@8721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/modules.cpp') diff --git a/src/core/modules.cpp b/src/core/modules.cpp index c567efce1d..d0fd58359e 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -91,7 +91,7 @@ int LoadDescButtonModule(); int LoadDefaultModules(void) { - //load order is very important for these + // load order is very important for these if (LoadSystemModule()) return 1; if (LoadLangpackModule()) return 1; // langpack will be a system module in the new order so this is moved here if (CheckRestart()) return 1; -- cgit v1.2.3