diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-10-28 21:57:30 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-10-28 21:57:30 +0000 |
commit | eb87ad5e328bedf313c20640d6f0e003c653ba4b (patch) | |
tree | 45909889c4ba09541c770170b42269434c1a4054 /apps/tree.h | |
parent | c01b987ccafc4074292a063ef6fe0112ff30d12d (diff) |
H1x0: Fixed the non-working Stop in the file browser. Ondios: Added the same feature.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7677 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.h')
-rw-r--r-- | apps/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h index 04532c887d..00d22c4d24 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -107,6 +107,7 @@ #define TREE_RUN_PRE BUTTON_RIGHT #define TREE_MENU (BUTTON_MENU | BUTTON_REPEAT) #define TREE_MENU_PRE BUTTON_MENU +#define TREE_OFF BUTTON_OFF #define TREE_WPS (BUTTON_MENU | BUTTON_REL) #define TREE_WPS_PRE BUTTON_MENU #define TREE_CONTEXT (BUTTON_RIGHT | BUTTON_REPEAT) |