"exit" is ambiguous, and gets confused with the normal "Exit" row,

which has no text
This commit is contained in:
Glenn Maynard
2006-01-24 01:35:38 +00:00
parent 7e6d70e6b1
commit 2a94c0bd8d
+1 -1
View File
@@ -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(