summaryrefslogtreecommitdiff
path: root/apps/plugins/stats.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/stats.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/stats.c')
-rw-r--r--apps/plugins/stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 5b6e76cb81..0f52954abf 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -50,7 +50,7 @@ static bool abort;
50#define STATS_STOP_REMOTE BUTTON_RC_PLAY 50#define STATS_STOP_REMOTE BUTTON_RC_PLAY
51 51
52#elif CONFIG_KEYPAD == GIGABEAT_PAD 52#elif CONFIG_KEYPAD == GIGABEAT_PAD
53#define STATS_STOP BUTTON_A 53#define STATS_STOP BUTTON_POWER
54 54
55#elif CONFIG_KEYPAD == SANSA_E200_PAD 55#elif CONFIG_KEYPAD == SANSA_E200_PAD
56#define STATS_STOP BUTTON_POWER 56#define STATS_STOP BUTTON_POWER