From e51cbc5579ec94b20ca0c2fcd5005b56e9ee6aa9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Mar 2003 21:16:23 +0000 Subject: Hey, how come no one reported this? The credits were rolling using that boring old monospace font! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3465 a1c6a512-1295-4272-9138-f99709370657 --- apps/credits.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/credits.c') diff --git a/apps/credits.c b/apps/credits.c index 95a5847d36..11ea7ebc31 100644 --- a/apps/credits.c +++ b/apps/credits.c @@ -73,6 +73,8 @@ void roll_credits(void) int height; int width; + lcd_setfont(FONT_UI); + lcd_getstringsize("A", &width, &height); while(1) { -- cgit v1.2.3