diff options
Diffstat (limited to 'apps/player/icons.c')
-rw-r--r-- | apps/player/icons.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/player/icons.c b/apps/player/icons.c index 65617a64cc..d5a71bad0f 100644 --- a/apps/player/icons.c +++ b/apps/player/icons.c @@ -28,7 +28,8 @@ char tree_icons_5x7[LastTreeIcon][8] = { 0x0c, 0x13, 0x11, 0x11, 0x11, 0x11, 0x1f, 0x00 }, /* Folder */ { 0x17, 0x00, 0x17, 0x00, 0x17, 0x00, 0x17, 0x00 }, /* Playlist */ { 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 */ + { 0x00, 0x1f, 0x15, 0x1f, 0x15, 0x1f, 0x00, 0x00 } /* Language */ }; #endif |