forked from len0rd/rockbox
Renamed "Browse Current" to "Follow Playlist"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2263 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2625ebb202
commit
8a1187e80a
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ static Menu ff_rewind_accel(void)
|
||||||
|
|
||||||
static Menu browse_current(void)
|
static Menu browse_current(void)
|
||||||
{
|
{
|
||||||
set_bool( "Browse Current Song", &global_settings.browse_current );
|
set_bool( "Follow Playlist", &global_settings.browse_current );
|
||||||
return MENU_OK;
|
return MENU_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -271,7 +271,7 @@ static Menu fileview_settings_menu(void)
|
||||||
{ "Sort Mode", sort_case },
|
{ "Sort Mode", sort_case },
|
||||||
{ "Music Filter", mp3_filter },
|
{ "Music Filter", mp3_filter },
|
||||||
{ "Hidden Files", show_hidden_files },
|
{ "Hidden Files", show_hidden_files },
|
||||||
{ "Browse Current", browse_current },
|
{ "Follow Playlist", browse_current },
|
||||||
};
|
};
|
||||||
|
|
||||||
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue