diff options
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 |