summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-10-16 20:25:49 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-10-16 20:25:49 +0000
commit4c181526549cdf559764cb03853891d1a25f8187 (patch)
tree633d19c23438ca6dabcab4ae3fdfa3fae056231b /apps
parent1129ed7faa66faebfe02fc494044a9a903e2d33b (diff)
downloadrockbox-4c181526549cdf559764cb03853891d1a25f8187.tar.gz
rockbox-4c181526549cdf559764cb03853891d1a25f8187.zip
Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Mention this in the manual button table too and add the missing information for other targets as well. The table part in the tex file is restructured, a small workaround was necessary to make the Ipod manuals build correctly (is commented). Maybe someone with better tex skills could find a better solution?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15151 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/jewels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index f46c3b2355..2a2e5d99f7 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -85,7 +85,7 @@ PLUGIN_HEADER
85#define JEWELS_LEFT BUTTON_LEFT 85#define JEWELS_LEFT BUTTON_LEFT
86#define JEWELS_RIGHT BUTTON_RIGHT 86#define JEWELS_RIGHT BUTTON_RIGHT
87#define JEWELS_SELECT BUTTON_SELECT 87#define JEWELS_SELECT BUTTON_SELECT
88#define JEWELS_CANCEL BUTTON_PLAY 88#define JEWELS_CANCEL BUTTON_POWER
89 89
90#elif CONFIG_KEYPAD == GIGABEAT_PAD 90#elif CONFIG_KEYPAD == GIGABEAT_PAD
91#define JEWELS_UP BUTTON_UP 91#define JEWELS_UP BUTTON_UP