summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/onplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 02782fe..482697b 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -206,11 +206,11 @@ int onplay(char* file, int attr)
if ((mpeg_status() & MPEG_STATUS_PLAY) && (attr & TREE_ATTR_MPA))
menu[i++] = (struct menu_items) { str(LANG_QUEUE), queue_file };
+ menu[i++] = (struct menu_items) { str(LANG_RENAME), rename_file };
+
if (!(attr & ATTR_DIRECTORY))
menu[i++] = (struct menu_items) { str(LANG_DELETE), delete_file };
- menu[i++] = (struct menu_items) { str(LANG_RENAME), rename_file };
-
if (attr & TREE_ATTR_MPA)
menu[i++] = (struct menu_items) { "VBRfix", vbr_fix };