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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index c6ed928de5..20d17c75b2 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -54,6 +54,9 @@ static int fontwidth, fontheight;
54#elif CONFIG_KEYPAD == GIGABEAT_PAD 54#elif CONFIG_KEYPAD == GIGABEAT_PAD
55#define STATS_STOP BUTTON_A 55#define STATS_STOP BUTTON_A
56 56
57#elif CONFIG_KEYPAD == IRIVER_H10_PAD
58#define STATS_STOP BUTTON_POWER
59
57#endif 60#endif
58 61
59/* TODO: Better get the exts from the filetypes var in tree.c */ 62/* TODO: Better get the exts from the filetypes var in tree.c */