- applied change [r4908] to 0.9.10 branch.

This commit is contained in:
mtabachenko 2013-11-25 13:50:19 +00:00
parent 6ba690f006
commit 199e35e3b8
1 changed files with 1 additions and 1 deletions

View File

@ -3515,7 +3515,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
static const bool defaultConsoleEnable = false;
#endif
gShowConsole = GetPrivateProfileBool("Display", "Show Console", defaultConsoleEnable, IniName);
gShowConsole = GetPrivateProfileBool("Console", "Show", defaultConsoleEnable, IniName);
gConsoleTopmost = GetPrivateProfileBool("Console", "Always On Top", false, IniName);
if (gShowConsole)