summaryrefslogtreecommitdiffstats
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 658c1a69d9..7275c9ae94 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -33,9 +33,9 @@ struct entry {
};
-#define BROWSE_SELECTONLY 0x0001 /* exit on selecting a file */
-#define BROWSE_NO_CONTEXT 0x0002 /* disable context menu */
-#define BROWSE_SELECTED 0x0100 /* this bit is set if user selected item */
+#define BROWSE_SELECTONLY 0x0001 /* exit on selecting a file */
+#define BROWSE_NO_CONTEXT_MENU 0x0002 /* disable context menu */
+#define BROWSE_SELECTED 0x0100 /* this bit is set if user selected item */
struct tree_context;