summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index a016aff05a..3c9827d685 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -861,7 +861,7 @@ static bool dirbrowse(char *root, int *dirfilter)
861 861
862 if (*dirfilter > NUM_FILTER_MODES && numentries==0) 862 if (*dirfilter > NUM_FILTER_MODES && numentries==0)
863 { 863 {
864 splash(HZ*2, 0, true, str(LANG_NO_FILES)); 864 splash(HZ*2, true, str(LANG_NO_FILES));
865 return false; /* No files found for rockbox_browser() */ 865 return false; /* No files found for rockbox_browser() */
866 } 866 }
867 867
@@ -1060,7 +1060,7 @@ static bool dirbrowse(char *root, int *dirfilter)
1060 if(!lang_load(buf)) { 1060 if(!lang_load(buf)) {
1061 set_file(buf, global_settings.lang_file, 1061 set_file(buf, global_settings.lang_file,
1062 MAX_FILENAME); 1062 MAX_FILENAME);
1063 splash(HZ, 0, true, str(LANG_LANGUAGE_LOADED)); 1063 splash(HZ, true, str(LANG_LANGUAGE_LOADED));
1064 restore = true; 1064 restore = true;
1065 } 1065 }
1066 break; 1066 break;