summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 82a7a3b1b6..50ad92239e 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -106,6 +106,7 @@ const struct filetype filetypes[] = {
106 { "sid", TREE_ATTR_MPA, Icon_Audio, VOICE_EXT_MPA }, 106 { "sid", TREE_ATTR_MPA, Icon_Audio, VOICE_EXT_MPA },
107#endif 107#endif
108 { "m3u", TREE_ATTR_M3U, Icon_Playlist, LANG_PLAYLIST }, 108 { "m3u", TREE_ATTR_M3U, Icon_Playlist, LANG_PLAYLIST },
109 { "m3u8", TREE_ATTR_M3U, Icon_Playlist, LANG_PLAYLIST },
109 { "cfg", TREE_ATTR_CFG, Icon_Config, VOICE_EXT_CFG }, 110 { "cfg", TREE_ATTR_CFG, Icon_Config, VOICE_EXT_CFG },
110 { "wps", TREE_ATTR_WPS, Icon_Wps, VOICE_EXT_WPS }, 111 { "wps", TREE_ATTR_WPS, Icon_Wps, VOICE_EXT_WPS },
111#ifdef HAVE_REMOTE_LCD 112#ifdef HAVE_REMOTE_LCD