summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-02 12:46:32 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-02 12:46:32 +0000
commit1a682bedad33742805b26989ac7a6e789ea92f6f (patch)
treeec95a3c9fee014721dc50bc39da7238d2db86524 /apps/recorder/icons.c
parent52a87c7ce76e31c0dcbb707a5bb4991b96a2cfb9 (diff)
downloadrockbox-1a682bedad33742805b26989ac7a6e789ea92f6f.tar.gz
rockbox-1a682bedad33742805b26989ac7a6e789ea92f6f.zip
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
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 2 insertions, 0 deletions
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] =
64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, 64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c },
65 /* Cursor / Marker */ 65 /* Cursor / Marker */
66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, 66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 },
67 /* WPS file */
68 { 0x03, 0x3a, 0x9b, 0xe0, 0x20, 0x00 },
67}; 69};
68 70
69static unsigned char bitmap_icon_7x8[][7] = 71static unsigned char bitmap_icon_7x8[][7] =