diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 11:09:06 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 11:09:06 +0000 |
| commit | cedba8830fd015e9a61b7a772927fefe565f7b41 (patch) | |
| tree | e33e1b1ff14904098534a7e78d71ba672fcb78e0 /apps/plugins/stats.c | |
| parent | 205be712fe6ad03f194216bc0f936f1b5917eafd (diff) | |
| download | rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.zip rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.gz rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.bz2 rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.xz | |
Matt v.d. Westhuizen's iAudio X5 keypad adjustments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/stats.c')
| -rw-r--r-- | apps/plugins/stats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index b54adb5..718b3ec 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -34,6 +34,8 @@ static int fontwidth, fontheight; #define STATS_STOP BUTTON_MENU #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD #define STATS_STOP BUTTON_PLAY +#elif CONFIG_KEYPAD == IAUDIO_X5_PAD +#define STATS_STOP BUTTON_POWER #else #define STATS_STOP BUTTON_OFF #endif |