From 743a12f53e7faf5a4fb68ba7efc191bf59339bb3 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Tue, 9 Dec 2008 14:57:55 +0000 Subject: 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 --- Source/Core/DebuggerWX/Src/CodeWindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp') 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())); } - // =========== -- cgit v1.2.3