summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index b05942f324..b50814f7f2 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -106,7 +106,7 @@ static const struct filetype inbuilt_filetypes[] = {
106 { "cue", FILE_ATTR_CUE, Icon_Bookmark, VOICE_EXT_CUESHEET }, 106 { "cue", FILE_ATTR_CUE, Icon_Bookmark, VOICE_EXT_CUESHEET },
107#ifdef BOOTFILE_EXT 107#ifdef BOOTFILE_EXT
108 { BOOTFILE_EXT, FILE_ATTR_MOD, Icon_Firmware, VOICE_EXT_AJZ }, 108 { BOOTFILE_EXT, FILE_ATTR_MOD, Icon_Firmware, VOICE_EXT_AJZ },
109#endif /* #ifndef SIMULATOR */ 109#endif
110}; 110};
111 111
112void tree_get_filetypes(const struct filetype** types, int* count) 112void tree_get_filetypes(const struct filetype** types, int* count)
@@ -300,7 +300,7 @@ static void read_config(char* config_file)
300 { 300 {
301 if (filetype_count >= MAX_FILETYPES) 301 if (filetype_count >= MAX_FILETYPES)
302 { 302 {
303 gui_syncsplash(HZ, ID2P(LANG_FILETYPES_FULL)); 303 splash(HZ, ID2P(LANG_FILETYPES_FULL));
304 break; 304 break;
305 } 305 }
306 rm_whitespaces(line); 306 rm_whitespaces(line);
@@ -485,7 +485,7 @@ int filetype_list_viewers(const char* current_file)
485 if (count == 0) 485 if (count == 0)
486 { 486 {
487 /* FIX: translation! */ 487 /* FIX: translation! */
488 gui_syncsplash(HZ*2, (unsigned char *)"No viewers found"); 488 splash(HZ*2, "No viewers found");
489 return PLUGIN_OK; 489 return PLUGIN_OK;
490 } 490 }
491#endif 491#endif