forked from len0rd/rockbox
Fixed a couple of problems with Zagor's commit, along with some of my own CUSTOM_WPS problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2069 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c4f60f7cb
commit
7e11b62d19
2 changed files with 22 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ static Menu wps_set(void)
|
|||
{
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef CUSTOM_WPS
|
||||
char* names[] = { "ID3 Tags", "File ", "Parse ", "Custom WPS" };
|
||||
char* names[] = { "ID3 Tags", "File ", "Parse ", "Custom WPS " };
|
||||
set_option("[WPS display]", &global_settings.wps_display, names, 4 );
|
||||
#else
|
||||
char* names[] = { "ID3 Tags", "File ", "Parse " };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue