diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/sudoku/sudoku.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h index 4669774..62bea7e 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 |