diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-17 14:02:48 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-17 14:02:48 +0000 |
commit | 40a253d46411d7fb88483bddbfbae8c25c9bc861 (patch) | |
tree | 8d6fb05645afbc5d89b17cc9d0f54e9277c490fc /apps/recorder/icons.c | |
parent | 14ba91eaa9a94411457cc396a4c7c5e39e63a00a (diff) |
Convert the Display menu to the new system.
http://forums.rockbox.org/index.php?topic=8703.0 for bugs...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12351 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 216486effb..cf9720d94f 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -73,6 +73,7 @@ const unsigned char bitmap_icons_6x8[][6] = { 0x1e, 0x22, 0x49, 0x49, 0x22, 0x1e }, /* system menu */ { 0x7f, 0x7f, 0x3e, 0x1c, 0x08, 0x00 }, /* playback menu */ { 0x1f, 0x51, 0x71, 0x71, 0x51, 0x1f }, /* display menu */ + { 0x1e, 0x32, 0x32, 0x32, 0x1e, 0x00 }, /* remote display menu */ { 0x03, 0x05, 0x7f, 0x05, 0x03, 0x00 }, /* radio */ }; |