summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2008-12-09 14:57:55 +0000
committerJohn Peterson <jpeterson57@gmail.com>2008-12-09 14:57:55 +0000
commit743a12f53e7faf5a4fb68ba7efc191bf59339bb3 (patch)
treef0c2baa2d6abc1c35a1f4733a2ebda3b4f0444ee /Source/Core/DebuggerWX/Src/CodeWindow.cpp
parent5c75ba61770552258a04989d28be88cc13158dbf (diff)
Made the Wiimote status go away in GC mode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1458 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
index e6081a126f..d96ce251f2 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
@@ -956,7 +956,7 @@ void CCodeWindow::DoTip(wxString text)
#endif
}
-
+// See the comment under BEGIN_EVENT_TABLE for explanation of why we use these two
void CCodeWindow::OnStatusBar(wxMenuEvent& event)
{
DoTip(pMenuBar->GetHelpString(event.GetId()));
@@ -965,7 +965,6 @@ void CCodeWindow::OnStatusBar_(wxUpdateUIEvent& event)
{
DoTip(pMenuBar->GetHelpString(event.GetId()));
}
-
// ===========