summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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()
/* don't enter f3 from plugin browser */
if (*tc.dirfilter < NUM_FILTER_MODES)
{
- if (quick_screen_f3(BUTTON_F3))
+ if (quick_screen_f3(ACTION_F3))
reload_dir = true;
restore = true;
}