mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
onplay: Enhance consistency of menu item order
Matches 'Playlists' context menu, by putting "Save Current Playlist" next to "View Current Playlist" Change-Id: Ie1d7a6bf8d5acdb830db44a2c4d3ed2adc17b878
This commit is contained in:
parent
2e91a67c3f
commit
ae3b34734a
1 changed files with 2 additions and 2 deletions
|
@ -230,8 +230,8 @@ MENUITEM_FUNCTION(playing_time_item, 0, ID2P(LANG_PLAYING_TIME),
|
|||
playing_time, NULL, Icon_Playlist);
|
||||
MAKE_ONPLAYMENU( wps_playlist_menu, ID2P(LANG_CURRENT_PLAYLIST),
|
||||
NULL, Icon_Playlist,
|
||||
&wps_view_cur_playlist_item, &search_playlist_item,
|
||||
&playlist_save_item, &reshuffle_item, &playing_time_item
|
||||
&wps_view_cur_playlist_item, &playlist_save_item,
|
||||
&search_playlist_item, &reshuffle_item, &playing_time_item
|
||||
);
|
||||
|
||||
/* argument for add_to_playlist (for use by menu callbacks) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue