diff options
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp index 987c4502cd..8fa52e73ad 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp @@ -17,7 +17,7 @@ -////////////////////////////////////////////////////////////////////////////////////////// + // Include // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯ #include "Common.h" @@ -76,10 +76,10 @@ extern "C" // Bitmaps #include "../resources/toolbar_delete.c" #include "../resources/toolbar_add_breakpoint.c" } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Symbols, JIT, Profiler // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ void CCodeWindow::CreateSymbolsMenu() @@ -318,10 +318,10 @@ void CCodeWindow::OnChangeFont(wxCommandEvent& event) if ( dialog.ShowModal() == wxID_OK ) DebuggerFont = dialog.GetFontData().GetChosenFont(); } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Toogle windows // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ @@ -538,4 +538,4 @@ void CCodeWindow::OnToggleVideoWindow(bool _show, int i) } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + |
