summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-12-15 18:14:13 +0000
committerAlexander Levin <al.le@rockbox.org>2010-12-15 18:14:13 +0000
commit794bda72cf146ad06d7f8480c7b7591219a1197d (patch)
tree8b9b29508a9df35979ce6ce0af3babe506609a38 /apps/tree.h
parente6b4d8fdee81cd79c9c02542cb69be21fd57d56e (diff)
Rename the NO_CONTEXT flag to NO_CONTEXT_MENU so that the name more clearly conveys what the flag does
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28837 a1c6a512-1295-4272-9138-f99709370657
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;