From a70f087b0ca5ab5bebf6a23c2a7031468662b93c Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 14 May 2011 02:14:00 -0400 Subject: [PATCH] [splittiming] Mino typoes. --- src/ScreenEdit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 569d631549..4fdec6b864 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -575,7 +575,7 @@ static MenuDef g_TimingDataInformation( MenuRowDef( ScreenEdit::label, "Edit label", true, EditMode_Full, true, true, 0, NULL ), MenuRowDef( ScreenEdit::tickcount, "Edit tickcount", true, EditMode_Full, true, true, 0, NULL ), MenuRowDef( ScreenEdit::combo, "Edit combo", true, EditMode_Full, true, true, 0, NULL ), - MenuRowDef( ScreenEdit::warp, "Edit warp", true, EditMode_Full, true, true, 0, NULL ) + MenuRowDef( ScreenEdit::warp, "Edit warp", true, EditMode_Full, true, true, 0, NULL ), MenuRowDef( ScreenEdit::erase_step_timing, "Erase step timing", true, EditMode_Full, true, true, 0, NULL ) ); @@ -2945,7 +2945,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) SetDirty( false ); } } - else if( SM == SM_DoEraseSplitTiming ) + else if( SM == SM_DoEraseStepTiming ) { if( ScreenPrompt::s_LastAnswer == ANSWER_YES ) {