summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-ipod.c')
-rw-r--r--apps/keymaps/keymap-ipod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-ipod.c b/apps/keymaps/keymap-ipod.c
index a6fd289cd2..94dd94333d 100644
--- a/apps/keymaps/keymap-ipod.c
+++ b/apps/keymaps/keymap-ipod.c
@@ -111,7 +111,7 @@ static const struct button_mapping button_context_settings[] = {
111}; /* button_context_settings */ 111}; /* button_context_settings */
112 112
113static const struct button_mapping button_context_yesno[] = { 113static const struct button_mapping button_context_yesno[] = {
114 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE }, 114 { ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE },
115 LAST_ITEM_IN_LIST 115 LAST_ITEM_IN_LIST
116}; /* button_context_settings_yesno */ 116}; /* button_context_settings_yesno */
117 117