forked from len0rd/rockbox
Wrong order of icons
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2143 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b63760045
commit
1cbc8826e9
1 changed files with 1 additions and 1 deletions
|
|
@ -24,8 +24,8 @@
|
||||||
char tree_icons_5x7[LastTreeIcon][8] =
|
char tree_icons_5x7[LastTreeIcon][8] =
|
||||||
{
|
{
|
||||||
{ 0x06, 0x09, 0x09, 0x02, 0x02, 0x00, 0x02, 0x00 }, /* Unknown */
|
{ 0x06, 0x09, 0x09, 0x02, 0x02, 0x00, 0x02, 0x00 }, /* Unknown */
|
||||||
{ 0x0c, 0x13, 0x11, 0x11, 0x11, 0x11, 0x1f, 0x00 }, /* Folder */
|
|
||||||
{ 0x07, 0x04, 0x07, 0x04, 0x1c, 0x1c, 0x08, 0x00 }, /* File */
|
{ 0x07, 0x04, 0x07, 0x04, 0x1c, 0x1c, 0x08, 0x00 }, /* File */
|
||||||
|
{ 0x0c, 0x13, 0x11, 0x11, 0x11, 0x11, 0x1f, 0x00 }, /* Folder */
|
||||||
{ 0x17, 0x00, 0x17, 0x00, 0x17, 0x00, 0x17, 0x00 }, /* Playlist */
|
{ 0x17, 0x00, 0x17, 0x00, 0x17, 0x00, 0x17, 0x00 }, /* Playlist */
|
||||||
{ 0x01, 0x01, 0x02, 0x02, 0x14, 0x0c, 0x04, 0x00 }, /* WPS */
|
{ 0x01, 0x01, 0x02, 0x02, 0x14, 0x0c, 0x04, 0x00 }, /* WPS */
|
||||||
{ 0x1f, 0x11, 0x1b, 0x15, 0x1b, 0x11, 0x1f, 0x00 } /* MOD/AJZ */
|
{ 0x1f, 0x11, 0x1b, 0x15, 0x1b, 0x11, 0x1f, 0x00 } /* MOD/AJZ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue