summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/yesno.h')
-rw-r--r--apps/gui/yesno.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h
index 5fcd1a62e3..71658a5217 100644
--- a/apps/gui/yesno.h
+++ b/apps/gui/yesno.h
@@ -35,6 +35,9 @@
35#elif (CONFIG_KEYPAD == GIGABEAT_PAD) 35#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
36#define YESNO_OK BUTTON_RIGHT 36#define YESNO_OK BUTTON_RIGHT
37 37
38#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
39#define YESNO_OK BUTTON_RIGHT
40
38#endif 41#endif
39enum yesno_res 42enum yesno_res
40{ 43{