diff options
| author | John Peterson <jpeterson57@gmail.com> | 2008-12-23 09:33:02 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2008-12-23 09:33:02 +0000 |
| commit | 8cc09ef74da855b2636e2f369ffb5ab79ce68714 (patch) | |
| tree | da7f4a20776e8543ad543e2d21d5261583f9da39 /Source/Core/DebuggerWX/Src/CodeWindow.cpp | |
| parent | 2852d1b84fa7cfafa11b962885a9bc7aa7ab11af (diff) | |
Change disc: Warn the user if he's changing the disc to a completely different game
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1634 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index ff81a4e1cf..411127873f 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -1163,9 +1163,11 @@ void CCodeWindow::OnHostMessage(wxCommandEvent& event) case IDM_UPDATESTATUSBAR: //if (main_frame->m_pStatusBar != NULL) { - PanicAlert(""); + // What is this PanicAlert() for? + //PanicAlert(""); + //this->GetParent()->m_p -//this->GetParent()-> + //this->GetParent()-> //parent->m_pStatusBar->SetStatusText(wxT("Hi"), 0); //m_pStatusBar->SetStatusText(event.GetString(), event.GetInt()); //this->GetParent()->m_pStatusBar->SetStatusText(event.GetString(), event.GetInt()); |
