summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c2
-rw-r--r--apps/recorder/icons.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 148235f040..66ac3cb727 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -47,6 +47,8 @@ const unsigned char bitmap_icons_6x8[LastIcon][6] =
47 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */ 47 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */
48 { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */ 48 { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */
49 { 0xff, 0x81, 0xaf, 0xaa, 0x8c, 0xf8 }, /* Bookmark file */ 49 { 0xff, 0x81, 0xaf, 0xaa, 0x8c, 0xf8 }, /* Bookmark file */
50 { 0x77, 0x55, 0x55, 0x55, 0x55, 0x77 }, /* Queued Item */
51 { 0x3e, 0x41, 0x3e, 0x1c, 0x1c, 0x08 }, /* Moving Item */
50}; 52};
51 53
52const unsigned char bitmap_icons_7x8[][7] = 54const unsigned char bitmap_icons_7x8[][7] =
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index c8241b4871..52234731b0 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -44,6 +44,8 @@ enum icons_6x8 {
44 Icon_Config, 44 Icon_Config,
45 Icon_Plugin, 45 Icon_Plugin,
46 Icon_Bookmark, 46 Icon_Bookmark,
47 Icon_Queued,
48 Icon_Moving,
47 LastIcon 49 LastIcon
48}; 50};
49 51