summaryrefslogtreecommitdiff
path: root/apps/plugins/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stats.c')
-rw-r--r--apps/plugins/stats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index b54adb584b..718b3ec928 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -34,6 +34,8 @@ static int fontwidth, fontheight;
34#define STATS_STOP BUTTON_MENU 34#define STATS_STOP BUTTON_MENU
35#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 35#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
36#define STATS_STOP BUTTON_PLAY 36#define STATS_STOP BUTTON_PLAY
37#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
38#define STATS_STOP BUTTON_POWER
37#else 39#else
38#define STATS_STOP BUTTON_OFF 40#define STATS_STOP BUTTON_OFF
39#endif 41#endif