summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-10-16 11:39:46 +0000
committerThomas Martitz <kugel@rockbox.org>2009-10-16 11:39:46 +0000
commit01702a4032d0176ea7b19ed33aa0788161668323 (patch)
tree75028225238857af9ce182fea853f5ae0ce5237a
parent0070f60441bac95a674c4c5511b652c9a62d8ce7 (diff)
downloadrockbox-01702a4032d0176ea7b19ed33aa0788161668323.tar.gz
rockbox-01702a4032d0176ea7b19ed33aa0788161668323.zip
Fuze: Change the button to mark possibilities from a select+up combo to just select, which should be more easily discoverable.
Flyspray: FS#10459 Author: Nick Tryon git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23200 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/sudoku/sudoku.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 4669774f06..62bea7e9e9 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -143,7 +143,7 @@
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_BACK
#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_FWD
#define SUDOKU_BUTTON_MENU (BUTTON_HOME | BUTTON_REL)
-#define SUDOKU_BUTTON_POSSIBLE (BUTTON_SELECT | BUTTON_UP)
+#define SUDOKU_BUTTON_POSSIBLE BUTTON_SELECT
#elif (CONFIG_KEYPAD == SANSA_C200_PAD)
#define SUDOKU_BUTTON_QUIT_PRE BUTTON_POWER