fix typo in the last commit: lcd_setfont -> lcd_remote_setfont

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13125 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2007-04-12 13:36:49 +00:00
parent c939774269
commit 88c05bd3c1

View file

@ -900,7 +900,7 @@ int show_logo( void )
lcd_remote_getstringsize((unsigned char *)"A", &font_w, &font_h); lcd_remote_getstringsize((unsigned char *)"A", &font_w, &font_h);
lcd_remote_putsxy((LCD_REMOTE_WIDTH/2) - ((strlen(version)*font_w)/2), lcd_remote_putsxy((LCD_REMOTE_WIDTH/2) - ((strlen(version)*font_w)/2),
LCD_REMOTE_HEIGHT-font_h, (unsigned char *)version); LCD_REMOTE_HEIGHT-font_h, (unsigned char *)version);
lcd_setfont(FONT_UI); lcd_remote_setfont(FONT_UI);
lcd_remote_update(); lcd_remote_update();
#endif #endif