diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-12 10:38:00 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-12 10:38:00 +0000 |
| commit | 1bd072c92d5f6d4a9a26d738a421f5a05048bb29 (patch) | |
| tree | 11bf71c80cd995dad20b4316f201a63f78111383 /apps/filetypes.c | |
| parent | f9736c0b63d90d3cda7e2c77d1cae20939ae328f (diff) | |
| download | rockbox-1bd072c92d5f6d4a9a26d738a421f5a05048bb29.zip rockbox-1bd072c92d5f6d4a9a26d738a421f5a05048bb29.tar.gz rockbox-1bd072c92d5f6d4a9a26d738a421f5a05048bb29.tar.bz2 rockbox-1bd072c92d5f6d4a9a26d738a421f5a05048bb29.tar.xz | |
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25964 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.c')
| -rw-r--r-- | apps/filetypes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index 3c8f4b9..1449f16 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -115,6 +115,7 @@ static const struct filetype inbuilt_filetypes[] = { #endif #if CONFIG_TUNER { "fmr", FILE_ATTR_FMR, Icon_Preset, LANG_FMR }, + { "fms", FILE_ATTR_FMS, Icon_Wps, VOICE_EXT_FMS }, #endif { "lng", FILE_ATTR_LNG, Icon_Language, LANG_LANGUAGE }, { "rock",FILE_ATTR_ROCK,Icon_Plugin, VOICE_EXT_ROCK }, @@ -130,6 +131,9 @@ static const struct filetype inbuilt_filetypes[] = { #endif #ifdef HAVE_REMOTE_LCD { "rsbs", FILE_ATTR_RSBS, Icon_Wps, VOICE_EXT_RSBS }, +#if CONFIG_TUNER + { "rfms", FILE_ATTR_RFMS, Icon_Wps, VOICE_EXT_RFMS }, +#endif #endif #ifdef BOOTFILE_EXT { BOOTFILE_EXT, FILE_ATTR_MOD, Icon_Firmware, VOICE_EXT_AJZ }, |