diff options
author | Björn Stenberg <bjorn@haxx.se> | 2004-01-14 00:13:04 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2004-01-14 00:13:04 +0000 |
commit | a108ec2ebd237835a688ae5c82c90e07607219ae (patch) | |
tree | 17c0af92368ee76d16cfdc2162aadbb7f103d926 /apps/recorder/icons.c | |
parent | 50b6358272eaf1f255bcb430766e6fc9e26810d3 (diff) |
Added Benjamin Metzlers bookmarking feature (patch #669440)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4227 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index a68167d9ac..88aa943202 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -68,6 +68,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] = { 0x2a, 0x7f, 0x41, 0x41, 0x7f, 0x2a }, /* UCL flash file: chip */ { 0x70, 0x70, 0x7f, 0x7f, 0x70, 0x70 }, /* Chip8 game: joystick */ { 0x5d, 0x7f, 0x5d, 0x7f, 0x5d, 0x7f }, /* Video file: film strip */ + { 0xff, 0x81, 0xaf, 0xaa, 0x8c, 0xf8 }, /* Bookmark file */ }; unsigned char bitmap_icons_7x8[][7] = |