diff options
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index f1aa0aaab2..2019a1728a 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -65,7 +65,9 @@ unsigned char bitmap_icons_6x8[LastIcon][6] = /* Cursor / Marker */ { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, /* WPS file */ - { 0x03, 0x3a, 0x9b, 0xe0, 0x20, 0x00 }, + { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x00 }, + /* Mod or ajz file */ + { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, }; static unsigned char bitmap_icon_7x8[][7] = |