forked from len0rd/rockbox
Fix FS#6379 .ipod yesno screen asks for SELECT not PLAY
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11841 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be5d50e2a3
commit
6ee5e38494
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ static const struct button_mapping button_context_settings[] = {
|
|||
}; /* button_context_settings */
|
||||
|
||||
static const struct button_mapping button_context_yesno[] = {
|
||||
{ ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE },
|
||||
{ ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE },
|
||||
LAST_ITEM_IN_LIST
|
||||
}; /* button_context_settings_yesno */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue