From a7168feeac24ff192e1174717dbfa5582509babf Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Sat, 19 May 2007 23:38:09 +0000 Subject: 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 --- apps/plugins/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/dict.c') 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) { #elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD #define LP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == GIGABEAT_PAD -#define LP_QUIT BUTTON_A +#define LP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == SANSA_E200_PAD #define LP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == IRIVER_H10_PAD -- cgit v1.2.3