summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-06-23 01:31:26 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-06-23 01:31:26 +0000
commit6e0436f65cd461bb2b21c9a0178dfa6978213d27 (patch)
treefdd57985a0dd04959d3d7e6856a02ddab1b6dc51 /apps/action.h
parent8b493fa6c4c2ef8245bf991daf350085d128729e (diff)
downloadrockbox-6e0436f65cd461bb2b21c9a0178dfa6978213d27.tar.gz
rockbox-6e0436f65cd461bb2b21c9a0178dfa6978213d27.zip
Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6835 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index ef17185df2..3c3db7d54e 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -24,5 +24,6 @@
24#define CONTEXT_TREE 2 24#define CONTEXT_TREE 2
25#define CONTEXT_RECORD 3 25#define CONTEXT_RECORD 3
26#define CONTEXT_MAINMENU 4 26#define CONTEXT_MAINMENU 4
27#define CONTEXT_ID3DB 5
27 28
28#endif 29#endif