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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h
index 98bf84f504..a39a2cbc69 100644
--- a/apps/gui/yesno.h
+++ b/apps/gui/yesno.h
@@ -28,6 +28,10 @@
28 28
29#elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD) 29#elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD)
30#define YESNO_OK BUTTON_RIGHT 30#define YESNO_OK BUTTON_RIGHT
31
32#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
33#define YESNO_OK BUTTON_RIGHT
34
31#endif 35#endif
32enum yesno_res 36enum yesno_res
33{ 37{