diff options
Diffstat (limited to 'apps/plugins/stats.c')
| -rw-r--r-- | apps/plugins/stats.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index 12c11a9..1b5eeb2 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -30,7 +30,8 @@ static int fontwidth, fontheight; #if CONFIG_KEYPAD == PLAYER_PAD #define STATS_STOP BUTTON_STOP -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) #define STATS_STOP BUTTON_MENU #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD #define STATS_STOP BUTTON_PLAY |