summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 8fbc39fa67..3468051b55 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -526,7 +526,7 @@ int ft_enter(struct tree_context* c)
526 526
527 case FILE_ATTR_LNG: 527 case FILE_ATTR_LNG:
528 splash(0, ID2P(LANG_WAIT)); 528 splash(0, ID2P(LANG_WAIT));
529 if(!lang_load(buf)) { 529 if(!lang_core_load(buf)) {
530 set_file(buf, (char *)global_settings.lang_file, 530 set_file(buf, (char *)global_settings.lang_file,
531 MAX_FILENAME); 531 MAX_FILENAME);
532 talk_init(); /* use voice of same language */ 532 talk_init(); /* use voice of same language */