From 3b76f6dc80c50737c79051461f86eb18c4a13b1d Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 8 Sep 2009 16:07:13 +0000 Subject: =?UTF-8?q?get=20rid=20of=20the=20'=C2=AF'=20chars=20in=20source?= =?UTF-8?q?=20code...non=20ascii=20chars=20are=20not=20really=20good=20to?= =?UTF-8?q?=20have=20floating=20around=20for=20no=20reason.=20http://googl?= =?UTF-8?q?e-styleguide.googlecode.com/svn/trunk/cppguide.xml=3Fshowone=3D?= =?UTF-8?q?Non-ASCII=5FCharacters#Non-ASCII=5FCharacters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4231 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp') 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 @@ -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() { -- cgit v1.2.3