Add menu button to accept in yesno screen for the Cowon D2.
I added the lang strings myself. Flyspray:FS#10548 Author: Johannes Boy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22445 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b14a5a635
commit
10f12340b1
4 changed files with 6 additions and 0 deletions
|
@ -101,6 +101,7 @@ static const struct button_mapping button_context_settings_right_is_inc[] = {
|
||||||
}; /* button_context_settingsgraphical */
|
}; /* button_context_settingsgraphical */
|
||||||
|
|
||||||
static const struct button_mapping button_context_yesno[] = {
|
static const struct button_mapping button_context_yesno[] = {
|
||||||
|
{ ACTION_YESNO_ACCEPT, BUTTON_MENU, BUTTON_NONE },
|
||||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||||
}; /* button_context_settings_yesno */
|
}; /* button_context_settings_yesno */
|
||||||
|
|
||||||
|
|
|
@ -279,12 +279,14 @@
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
*: "PLAY = Yes"
|
*: "PLAY = Yes"
|
||||||
|
cowond2*: "MENU = Ja"
|
||||||
h100,h120,h300: "NAVI = Yes"
|
h100,h120,h300: "NAVI = Yes"
|
||||||
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,sa9200: "SELECT = Yes"
|
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,sa9200: "SELECT = Yes"
|
||||||
player: "(PLAY/STOP)"
|
player: "(PLAY/STOP)"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "PLAY = Ja"
|
*: "PLAY = Ja"
|
||||||
|
cowond2*: "MENU = Ja"
|
||||||
h100,h120,h300: "NAVI = Ja"
|
h100,h120,h300: "NAVI = Ja"
|
||||||
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,sa9200: "SELECT = Ja"
|
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,sa9200: "SELECT = Ja"
|
||||||
player: "(PLAY/STOP)"
|
player: "(PLAY/STOP)"
|
||||||
|
|
|
@ -333,12 +333,14 @@
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
*: "PLAY = Yes"
|
*: "PLAY = Yes"
|
||||||
|
cowond2*: "MENU = Yes"
|
||||||
h100,h120,h300: "NAVI = Yes"
|
h100,h120,h300: "NAVI = Yes"
|
||||||
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Yes"
|
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Yes"
|
||||||
player: "(PLAY/STOP)"
|
player: "(PLAY/STOP)"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "PLAY = Yes"
|
*: "PLAY = Yes"
|
||||||
|
cowond2*: "MENU = Yes"
|
||||||
h100,h120,h300: "NAVI = Yes"
|
h100,h120,h300: "NAVI = Yes"
|
||||||
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Yes"
|
yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Yes"
|
||||||
mrobe500: "PLAY or POWER = Yes"
|
mrobe500: "PLAY or POWER = Yes"
|
||||||
|
|
|
@ -488,6 +488,7 @@ Jens Erdmann
|
||||||
Rosso Maltese
|
Rosso Maltese
|
||||||
Amaury Pouly
|
Amaury Pouly
|
||||||
Laurent Papier
|
Laurent Papier
|
||||||
|
Johannes Boy
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Reference in a new issue