From 2a94c0bd8d6086f5b9414142a7782ee6b48c086a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Jan 2006 01:35:38 +0000 Subject: [PATCH] "exit" is ambiguous, and gets confused with the normal "Exit" row, which has no text --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index be3c69b61d..33164f8edb 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -459,7 +459,7 @@ static MenuDef g_MainMenu( MenuRowDef( ScreenEdit::edit_bpm, "Edit BPM Change", true, EditMode_Full, true, 0, NULL ), MenuRowDef( ScreenEdit::edit_stop, "Edit Stop", true, EditMode_Full, true, 0, NULL ), MenuRowDef( ScreenEdit::play_preview_music, "Play Preview Music", true, EditMode_Full, true, 0, NULL ), - MenuRowDef( ScreenEdit::exit, "Exit", true, EditMode_Practice, true, 0, NULL ) + MenuRowDef( ScreenEdit::exit, "Exit Editor", true, EditMode_Practice, true, 0, NULL ) ); static MenuDef g_AreaMenu(