summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 8a365cc574..a873d85f1c 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -39,6 +39,7 @@
39#include "rolo.h" 39#include "rolo.h"
40#include "sprintf.h" 40#include "sprintf.h"
41#include "dircache.h" 41#include "dircache.h"
42#include "splash.h"
42 43
43#ifndef SIMULATOR 44#ifndef SIMULATOR
44static int boot_size = 0; 45static int boot_size = 0;
@@ -406,7 +407,7 @@ int ft_enter(struct tree_context* c)
406 set_file(buf, global_settings.lang_file, 407 set_file(buf, global_settings.lang_file,
407 MAX_FILENAME); 408 MAX_FILENAME);
408 talk_init(); /* use voice of same language */ 409 talk_init(); /* use voice of same language */
409 splash(HZ, true, str(LANG_LANGUAGE_LOADED)); 410 gui_syncsplash(HZ, true, str(LANG_LANGUAGE_LOADED));
410 } 411 }
411 break; 412 break;
412 413