summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
index e630d6c975..8fcb29b0d1 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
@@ -19,7 +19,7 @@
// Include
-// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
+// --------------
#include "Common.h"
#include <wx/button.h>
@@ -80,7 +80,7 @@ extern "C" // Bitmaps
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Save and load settings
-// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
+// -----------------------------
void CCodeWindow::Load()
{
IniFile ini;
@@ -194,7 +194,7 @@ void CCodeWindow::Save()
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Symbols, JIT, Profiler
-// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
+// ----------------
void CCodeWindow::CreateMenuSymbols()
{
wxMenu *pSymbolsMenu = new wxMenu;
@@ -443,7 +443,7 @@ void CCodeWindow::OnChangeFont(wxCommandEvent& event)
// Toogle windows
-// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
+// ----------------
void CCodeWindow::OpenPages()
{