summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 5fe94cb290..f492f8c8bd 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -106,6 +106,9 @@ const struct filetype filetypes[] = {
106#ifdef HAVE_LCD_COLOR 106#ifdef HAVE_LCD_COLOR
107 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS }, 107 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
108#endif 108#endif
109#ifdef CONFIG_TUNER
110 { "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR },
111#endif
109 { "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE }, 112 { "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },
110 { "rock",TREE_ATTR_ROCK,Icon_Plugin, VOICE_EXT_ROCK }, 113 { "rock",TREE_ATTR_ROCK,Icon_Plugin, VOICE_EXT_ROCK },
111#ifdef HAVE_LCD_BITMAP 114#ifdef HAVE_LCD_BITMAP