From 20955979ca5f6f0302a0b88e7934d6474de06287 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Mon, 19 Aug 2002 07:26:07 +0000 Subject: Added a 1 Line ID3 display for player that displays the PlaylistPos: Artist - Title on the first line and time on the 2nd line. NOTE: WPS Display saved settings will be loaded incorrectly on the player the first time. Rearranged the WPS Settings menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1793 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_menu.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/settings_menu.c b/apps/settings_menu.c index e66d0f389c..08b1782850 100644 --- a/apps/settings_menu.c +++ b/apps/settings_menu.c @@ -81,8 +81,13 @@ static void scroll_speed(void) static void wps_set(void) { - char* names[] = { "Id3 ", "File ", "Parse" }; +#ifdef HAVE_LCD_BITMAP + char* names[] = { "ID3 Tags", "File ", "Parse " }; set_option("[WPS display]", &global_settings.wps_display, names, 3 ); +#else + char* names[] = { "1 Line ID3", "2 Line ID3", "File ", "Parse " }; + set_option("[WPS display]", &global_settings.wps_display, names, 4 ); +#endif } #ifdef HAVE_CHARGE_CTRL -- cgit v1.2.3