summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-17 21:16:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-17 21:16:23 +0000
commite51cbc5579ec94b20ca0c2fcd5005b56e9ee6aa9 (patch)
tree83889d9ab227d5b1d1f338f95ab393ce3eba84ce
parent87cd59f7e354557c604414f84895b64939e6da6d (diff)
downloadrockbox-e51cbc5579ec94b20ca0c2fcd5005b56e9ee6aa9.tar.gz
rockbox-e51cbc5579ec94b20ca0c2fcd5005b56e9ee6aa9.zip
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
-rw-r--r--apps/credits.c2
1 files changed, 2 insertions, 0 deletions
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) {