GUI: Commit fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4132 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-08-31 23:10:56 +00:00
parent 4272d7cd99
commit a1dc78d5a8
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ bool DolphinApp::OnInit()
ini.Get("MainWindow", "w", &w, 800); ini.Get("MainWindow", "w", &w, 800);
ini.Get("MainWindow", "h", &h, 600); ini.Get("MainWindow", "h", &h, 600);
UseDebugger = true;
if (UseDebugger) if (UseDebugger)
{ {
main_frame = new CFrame(UseLogger, (wxFrame*) NULL, wxID_ANY, wxString::FromAscii(title), main_frame = new CFrame(UseLogger, (wxFrame*) NULL, wxID_ANY, wxString::FromAscii(title),