summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/icons.c1
-rw-r--r--apps/recorder/icons.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 25d34d7591..2b37be5e62 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -65,6 +65,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
65 { 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }, /* Text file */ 65 { 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }, /* Text file */
66 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */ 66 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */
67 { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */ 67 { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */
68 { 0x2a, 0x7f, 0x41, 0x41, 0x7f, 0x2a }, /* UCL flash file */
68}; 69};
69 70
70unsigned char bitmap_icons_7x8[][7] = 71unsigned char bitmap_icons_7x8[][7] =
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 40418468f3..ca0c72f811 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -29,7 +29,7 @@ enum icons_6x8 {
29 Folder, Directory, Playlist, Repeat, 29 Folder, Directory, Playlist, Repeat,
30 Selected, Cursor, Wps, Mod_Ajz, 30 Selected, Cursor, Wps, Mod_Ajz,
31 Font, Language, Text, Config, 31 Font, Language, Text, Config,
32 Plugin, 32 Plugin, Flashfile,
33 LastIcon 33 LastIcon
34}; 34};
35 35