Fix icons for built-in types on charcell.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12961 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
678705c732
commit
f267e04a69
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ static void read_builtin_types(void)
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
(ICON_NO_CONST)&bitmap_icons_6x8[types[i].icon];
|
||||
#else
|
||||
(ICON_NO_CONST)Icon_Folder;
|
||||
(ICON_NO_CONST)types[i].icon;
|
||||
#endif
|
||||
filetype_count++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue