From e56fa6dc84c963207b4dfafb4a9e814aee5ad343 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 27 Jun 2002 16:32:54 +0000 Subject: Ehm, here's the player title scroll. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1236 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/wps.c') diff --git a/apps/wps.c b/apps/wps.c index 8a20adf413..031c20b9f7 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -109,7 +109,7 @@ static void draw_screen(struct mp3entry* id3) #else lcd_puts(0, l++, id3->artist?id3->artist:""); - lcd_puts(0, l++, id3->title?id3->title:""); + lcd_puts_scroll(0, l++, id3->title?id3->title:""); #endif break; } -- cgit v1.2.3