- move "Show Console" parameter in ini-file for [Display] to [Console] section and renamed to "Show";
This commit is contained in:
mtabachenko 2013-11-25 13:48:27 +00:00
parent eee29ace05
commit 5e5e56df87
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)