diff options
-rw-r--r-- | apps/gui/yesno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h index 20df1b5037..c6519bc00e 100644 --- a/apps/gui/yesno.h +++ b/apps/gui/yesno.h @@ -24,7 +24,7 @@ #define YESNO_OK BUTTON_PLAY #elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) -#define YESNO_OK BUTTON_RIGHT +#define YESNO_OK BUTTON_PLAY #elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD) #define YESNO_OK BUTTON_RIGHT |