summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-06-27 21:40:06 +0000
committerJens Arnold <amiconn@rockbox.org>2008-06-27 21:40:06 +0000
commit3867cf9181b105900a965fa12568c21469fec135 (patch)
treea91993a62ca3603b3ac5a5eee5c473792c53d341 /apps
parent9f0ea77d22c3a43905cc3c3da41f972e9c1c8b75 (diff)
downloadrockbox-3867cf9181b105900a965fa12568c21469fec135.tar.gz
rockbox-3867cf9181b105900a965fa12568c21469fec135.zip
Use the flash disk icon on all flash sttorage targets instead just on the Ondio. Pointed out by Llorean.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17812 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 007cd07b7d..7beea83bbc 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -118,7 +118,7 @@ const unsigned char bitmap_formats_18x8[Format_18x8Last][18]=
118 118
119/* Disk/MMC activity */ 119/* Disk/MMC activity */
120const unsigned char bitmap_icon_disk[12] = 120const unsigned char bitmap_icon_disk[12] =
121#ifdef HAVE_MMC 121#ifdef HAVE_FLASH_STORAGE
122 {0x15,0x3f,0x7d,0x7B,0x77,0x67,0x79,0x7b,0x57,0x4f,0x47,0x7f}; 122 {0x15,0x3f,0x7d,0x7B,0x77,0x67,0x79,0x7b,0x57,0x4f,0x47,0x7f};
123#else 123#else
124 {0x00,0x00,0x00,0x1c,0x2e,0x4f,0x77,0x79,0x3a,0x1c,0x00,0x00}; 124 {0x00,0x00,0x00,0x1c,0x2e,0x4f,0x77,0x79,0x3a,0x1c,0x00,0x00};