summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index fde4da0e04..7b553a5960 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -357,9 +357,9 @@ static int update_dir(void)
357#ifdef HAS_BUTTONBAR 357#ifdef HAS_BUTTONBAR
358 if (global_settings.buttonbar) { 358 if (global_settings.buttonbar) {
359 if (*tc.dirfilter < NUM_FILTER_MODES) 359 if (*tc.dirfilter < NUM_FILTER_MODES)
360 gui_buttonbar_set(&tree_buttonbar, str(LANG_DIRBROWSE_F1), 360 gui_buttonbar_set(&tree_buttonbar, str(LANG_SYSFONT_DIRBROWSE_F1),
361 str(LANG_DIRBROWSE_F2), 361 str(LANG_SYSFONT_DIRBROWSE_F2),
362 str(LANG_DIRBROWSE_F3)); 362 str(LANG_SYSFONT_DIRBROWSE_F3));
363 else 363 else
364 gui_buttonbar_set(&tree_buttonbar, "<<<", "", ""); 364 gui_buttonbar_set(&tree_buttonbar, "<<<", "", "");
365 gui_buttonbar_draw(&tree_buttonbar); 365 gui_buttonbar_draw(&tree_buttonbar);