summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
authorJustin Heiner <jheiner@rockbox.org>2002-08-24 06:57:24 +0000
committerJustin Heiner <jheiner@rockbox.org>2002-08-24 06:57:24 +0000
commit5301881adca9508f12eeb80704a201ff579e5836 (patch)
tree336ff45c4d831d10e2a8214a891ae3b4176eaaa0 /apps/settings_menu.c
parent11f2c3c225b34e03fe869e19e051d5d2a08af69b (diff)
downloadrockbox-5301881adca9508f12eeb80704a201ff579e5836.tar.gz
rockbox-5301881adca9508f12eeb80704a201ff579e5836.zip
Update to the Custom WPS. Now actually works, can be fed any string, uses %xx instead of just %x, and more! It's #define'd out in settings.h - Needs to be enabled to use it. PLAYER ONLY
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1963 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 2bb4ef4481..d950bf3b63 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -103,6 +103,7 @@ static Menu wps_set(void)
103 char* names[] = { "1 Line ID3", "2 Line ID3", "File ", 103 char* names[] = { "1 Line ID3", "2 Line ID3", "File ",
104 "Parse ", "Custom WPS " }; 104 "Parse ", "Custom WPS " };
105 set_option("[WPS display]", &global_settings.wps_display, names, 5 ); 105 set_option("[WPS display]", &global_settings.wps_display, names, 5 );
106 global_settings.wps_changed = true;
106#else 107#else
107 char* names[] = { "1 Line ID3", "2 Line ID3", "File ", 108 char* names[] = { "1 Line ID3", "2 Line ID3", "File ",
108 "Parse " }; 109 "Parse " };