diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-07-20 15:12:12 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-07-20 15:12:12 +0000 |
| commit | eaaea3da946831e3c11af76bb5ca3c53a03c34f8 (patch) | |
| tree | d9677dbc5ca1e2ed443a84d65fdfbc29d4d3f313 /Source/Core/DebuggerWX/src/BreakpointView.cpp | |
| parent | 7765b3f556c8fa0a077344a9e6350482fc9c4a41 (diff) | |
Attempt at auto update SVN revision in title bar - let's see if it works for everyone, sorry Sonic, you'll have to find a linux solution (see svnrev_template.h). Also adds some smash bros cheats.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@34 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/BreakpointView.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/src/BreakpointView.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/src/BreakpointView.cpp b/Source/Core/DebuggerWX/src/BreakpointView.cpp index ecd2392ec6..ebe9169263 100644 --- a/Source/Core/DebuggerWX/src/BreakpointView.cpp +++ b/Source/Core/DebuggerWX/src/BreakpointView.cpp @@ -79,8 +79,8 @@ CBreakPointView::Update() Refresh();
}
- void CBreakPointView::DeleteCurrentSelection()
- {
+void CBreakPointView::DeleteCurrentSelection()
+{
int Item = GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
if (Item >= 0)
{
|
