From 1a682bedad33742805b26989ac7a6e789ea92f6f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 2 Sep 2002 12:46:32 +0000 Subject: Renamed "wps.config" to "default.wps". Added *.wps loading from dir browser. Added ugly 'wps' icon. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2131 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/recorder/icons.c') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 22233b6c84..f1aa0aaab2 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -64,6 +64,8 @@ unsigned char bitmap_icons_6x8[LastIcon][6] = { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, /* Cursor / Marker */ { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, + /* WPS file */ + { 0x03, 0x3a, 0x9b, 0xe0, 0x20, 0x00 }, }; static unsigned char bitmap_icon_7x8[][7] = -- cgit v1.2.3