summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-11-27 20:26:50 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-11-27 20:26:50 +0000
commit92f34edf702fba5926608a55de68c33c65275420 (patch)
treeee9c0f1b29cc2f591fe9d3aedef08735b2a0b447 /apps/plugins/sudoku/sudoku.h
parent797e8f42ba549b67ea827dd9cfba4b77bc29b3f1 (diff)
downloadrockbox-92f34edf702fba5926608a55de68c33c65275420.tar.gz
rockbox-92f34edf702fba5926608a55de68c33c65275420.zip
Make Select change the scroll direction in Sudoku on Ipods (FS#8428 by Henri Valta).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19247 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/sudoku/sudoku.h')
-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 75230dde60..b4f18b6341 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -78,7 +78,7 @@
78#define SUDOKU_BUTTON_MENU BUTTON_MENU 78#define SUDOKU_BUTTON_MENU BUTTON_MENU
79#define SUDOKU_BUTTON_LEFT BUTTON_SCROLL_BACK 79#define SUDOKU_BUTTON_LEFT BUTTON_SCROLL_BACK
80#define SUDOKU_BUTTON_RIGHT BUTTON_SCROLL_FWD 80#define SUDOKU_BUTTON_RIGHT BUTTON_SCROLL_FWD
81#define SUDOKU_BUTTON_ALTTOGGLE BUTTON_SELECT 81#define SUDOKU_BUTTON_CHANGEDIR BUTTON_SELECT
82#define SUDOKU_BUTTON_TOGGLE BUTTON_RIGHT 82#define SUDOKU_BUTTON_TOGGLE BUTTON_RIGHT
83#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_LEFT 83#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_LEFT
84#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY 84#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY