summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
index 5d1000fc76..b3777dd11d 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
@@ -700,7 +700,7 @@ void CCodeWindow::UpdateButtonStates()
wxAuiToolBar* ToolBar = GetToolBar();
// Toolbar
- // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
+ // ------------------
if (!ToolBar) return;
if (!Initialized)
@@ -736,7 +736,7 @@ void CCodeWindow::UpdateButtonStates()
if (ToolBar) ToolBar->Realize();
// Menu bar
- // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
+ // ------------------
GetMenuBar()->Enable(IDM_INTERPRETER, Pause); // CPU Mode
GetMenuBar()->Enable(IDM_JITUNLIMITED, !Initialized);