summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 4d3b9faca1..26d224ca59 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -739,7 +739,7 @@ static int dirbrowse()
739 /* don't enter f3 from plugin browser */ 739 /* don't enter f3 from plugin browser */
740 if (*tc.dirfilter < NUM_FILTER_MODES) 740 if (*tc.dirfilter < NUM_FILTER_MODES)
741 { 741 {
742 if (quick_screen_f3(BUTTON_F3)) 742 if (quick_screen_f3(ACTION_F3))
743 reload_dir = true; 743 reload_dir = true;
744 restore = true; 744 restore = true;
745 } 745 }