summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-09-08 19:54:31 +0000
committerhrydgard <hrydgard@gmail.com>2009-09-08 19:54:31 +0000
commite3d505c6314f4f231e907c627a50edf52ad56d6d (patch)
treea10ef194771c1f8452aed0f2c04bbb42e8046200 /Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
parent3b76f6dc80c50737c79051461f86eb18c4a13b1d (diff)
Build fix for linux (don't want to require the very latest wxWidgets).
Very minor cleanup. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4233 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
index 8fcb29b0d1..b119c001fd 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
@@ -93,6 +93,8 @@ void CCodeWindow::Load()
DebuggerFont.SetNativeFontInfoUserDesc(wxString::FromAscii(fontDesc.c_str()));
// Decide what windows to use
+ // This stuff really doesn't belong in CodeWindow anymore, does it? It should be
+ // in Frame.cpp somewhere, even though it's debugger stuff.
ini.Get("ShowOnStart", "Code", &bCodeWindow, true);
ini.Get("ShowOnStart", "Registers", &bRegisterWindow, false);
ini.Get("ShowOnStart", "Breakpoints", &bBreakpointWindow, false);