From b7638221cd4f247fe00d4ee0f2c7c7ef625b24e2 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 8 Oct 2002 10:10:16 +0000 Subject: Added new icons for .cfg and .txt files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2522 a1c6a512-1295-4272-9138-f99709370657 --- apps/player/icons.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/player/icons.c') diff --git a/apps/player/icons.c b/apps/player/icons.c index d5a71bad0f..15f92bc0b0 100644 --- a/apps/player/icons.c +++ b/apps/player/icons.c @@ -29,7 +29,9 @@ char tree_icons_5x7[LastTreeIcon][8] = { 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 */ - { 0x00, 0x1f, 0x15, 0x1f, 0x15, 0x1f, 0x00, 0x00 } /* Language */ + { 0x00, 0x1f, 0x15, 0x1f, 0x15, 0x1f, 0x00, 0x00 }, /* Language */ + { 0x1f, 0x00, 0x1f, 0x00, 0x1f, 0x00, 0x1f, 0x00 }, /* Text file */ + { 0x0b, 0x10, 0x0b, 0x00, 0x1f, 0x00, 0x1f, 0x00 }, /* Config file */ }; #endif -- cgit