summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 23:38:09 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 23:38:09 +0000
commita7168feeac24ff192e1174717dbfa5582509babf (patch)
tree75fe61639d0387a18195b665389fbde21d331f65 /apps/plugins/dict.c
parente09b87a31f1cef46ff2017f031c2ce13a2502082 (diff)
downloadrockbox-a7168feeac24ff192e1174717dbfa5582509babf.tar.gz
rockbox-a7168feeac24ff192e1174717dbfa5582509babf.zip
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13436 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/dict.c')
-rw-r--r--apps/plugins/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index 172b8bb39b..76b265eca2 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -112,7 +112,7 @@ long reverse (long N) {
112#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD 112#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
113#define LP_QUIT BUTTON_POWER 113#define LP_QUIT BUTTON_POWER
114#elif CONFIG_KEYPAD == GIGABEAT_PAD 114#elif CONFIG_KEYPAD == GIGABEAT_PAD
115#define LP_QUIT BUTTON_A 115#define LP_QUIT BUTTON_POWER
116#elif CONFIG_KEYPAD == SANSA_E200_PAD 116#elif CONFIG_KEYPAD == SANSA_E200_PAD
117#define LP_QUIT BUTTON_POWER 117#define LP_QUIT BUTTON_POWER
118#elif CONFIG_KEYPAD == IRIVER_H10_PAD 118#elif CONFIG_KEYPAD == IRIVER_H10_PAD