diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-23 20:43:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-23 20:43:18 +0000 |
commit | 5a4ec571583845e2c6e7d005b400309072690d07 (patch) | |
tree | fa875f92541c68fc7d65f692bf9db6f501f7912f /src/core | |
parent | 908a56b91845eea1ffcdbd27458e2fa7c62c009f (diff) |
new setting in a mirandaboot.ini:DefaultLanguage
git-svn-id: http://svn.miranda-ng.org/main/trunk@8721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|