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 3a8eb74c2e..8023341350 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -28,6 +28,8 @@ static int fontwidth, fontheight;
28 28
29#if CONFIG_KEYPAD == PLAYER_PAD 29#if CONFIG_KEYPAD == PLAYER_PAD
30#define STATS_STOP BUTTON_STOP 30#define STATS_STOP BUTTON_STOP
31#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD)
32#define STATS_STOP BUTTON_MENU
31#else 33#else
32#define STATS_STOP BUTTON_OFF 34#define STATS_STOP BUTTON_OFF
33#endif 35#endif