Fix the annoying habit of all debug output being printed twice

Originally committed to SVN as r3701.
This commit is contained in:
harukalover 2009-10-12 05:11:24 +00:00
parent 669e11d10b
commit 7dcb6cd387
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ FrameMain::FrameMain (wxArrayString args)
AegisubApp::Get()->frame = this;
StartupLog(_T("Create log window"));
LogWindow = new wxLogWindow(this, _T("Aegisub log window"), false);
LogWindow = new wxLogWindow(this, _T("Aegisub log window"), false, false);
// Initialize flags
HasSelection = false;