From 7dcb6cd387b5de510d75b3c4ee60ca3fdda1c442 Mon Sep 17 00:00:00 2001 From: harukalover Date: Mon, 12 Oct 2009 05:11:24 +0000 Subject: [PATCH] Fix the annoying habit of all debug output being printed twice Originally committed to SVN as r3701. --- aegisub/src/frame_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/frame_main.cpp b/aegisub/src/frame_main.cpp index 6e5a8578f..c125df490 100644 --- a/aegisub/src/frame_main.cpp +++ b/aegisub/src/frame_main.cpp @@ -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;