diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-08-21 01:38:34 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-21 01:38:34 +0000 |
commit | 10f12340b10860d8222e6c77be302d1a81298f32 (patch) | |
tree | 51d5779dd120795a331781778622789b26984d23 /apps/keymaps | |
parent | 6b14a5a635818544ae8de8059e548196e149a08b (diff) |
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
Diffstat (limited to 'apps/keymaps')
-rw-r--r-- | apps/keymaps/keymap-cowond2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-cowond2.c b/apps/keymaps/keymap-cowond2.c index 61fade99ed..fcb4d19c8e 100644 --- a/apps/keymaps/keymap-cowond2.c +++ b/apps/keymaps/keymap-cowond2.c @@ -101,6 +101,7 @@ static const struct button_mapping button_context_settings_right_is_inc[] = { }; /* button_context_settingsgraphical */ static const struct button_mapping button_context_yesno[] = { + { ACTION_YESNO_ACCEPT, BUTTON_MENU, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) }; /* button_context_settings_yesno */ |