From 1bd072c92d5f6d4a9a26d738a421f5a05048bb29 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 12 May 2010 10:38:00 +0000 Subject: 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 --- apps/filetypes.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/filetypes.c') 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 }, -- cgit v1.1