From 3867cf9181b105900a965fa12568c21469fec135 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 27 Jun 2008 21:40:06 +0000 Subject: 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 --- apps/recorder/icons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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]= /* Disk/MMC activity */ const unsigned char bitmap_icon_disk[12] = -#ifdef HAVE_MMC +#ifdef HAVE_FLASH_STORAGE {0x15,0x3f,0x7d,0x7B,0x77,0x67,0x79,0x7b,0x57,0x4f,0x47,0x7f}; #else {0x00,0x00,0x00,0x1c,0x2e,0x4f,0x77,0x79,0x3a,0x1c,0x00,0x00}; -- cgit v1.2.3