forked from mia/Aegisub
Fix the annoying habit of all debug output being printed twice
Originally committed to SVN as r3701.
This commit is contained in:
parent
669e11d10b
commit
7dcb6cd387
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue