mirror of https://github.com/odrling/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
|
@ -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 New Issue