mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 18:29:04 +00:00
Changed: Removed wrong check
--HG-- branch : develop
This commit is contained in:
parent
05e0500aaf
commit
40c7c82a2d
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ std::string CI18N::getSystemLanguageCode ()
|
|||
|
||||
#ifdef NL_OS_WINDOWS
|
||||
// use user locale under Windows (since Vista)
|
||||
if (_SystemLanguageCode.empty() && false)
|
||||
if (_SystemLanguageCode.empty())
|
||||
{
|
||||
// GetUserDefaultLocaleName prototype
|
||||
typedef int (WINAPI* GetUserDefaultLocaleNamePtr)(LPWSTR lpLocaleName, int cchLocaleName);
|
||||
|
|
Loading…
Reference in a new issue