diff options
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 d3a4f97763..ccb42d5919 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -79,6 +79,7 @@ const unsigned char bitmap_icons_6x8[][6] = #endif { 0x1f, 0x11, 0x7d, 0x46, 0x44, 0x78 }, /* File View Menu */ { 0x06, 0x7f, 0x06, 0x18, 0x7f, 0x18 }, /* EQ menu */ + { 0x20, 0x70, 0x70, 0x3f, 0x0a, 0x0a }, /* "rockbox" musical note */ }; const unsigned char bitmap_icons_7x8[][7] = |