summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-01-10 08:08:31 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-01-10 08:08:31 +0000
commit81ba146706e0a1c21c59f11022767577be7d71b2 (patch)
treeafce479f5133dcfaaaa71b2aa47a2e4f7c1004f3 /apps/plugins/sudoku
parent4d238c14d70199e3a991db0c3b938eb4b0f6c93a (diff)
downloadrockbox-81ba146706e0a1c21c59f11022767577be7d71b2.tar.gz
rockbox-81ba146706e0a1c21c59f11022767577be7d71b2.zip
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16045 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/sudoku')
-rw-r--r--apps/plugins/sudoku/sudoku.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index ce8dfa00f4..87c0f692b5 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -117,8 +117,8 @@
117#define SUDOKU_BUTTON_DOWN BUTTON_DOWN 117#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
118#define SUDOKU_BUTTON_LEFT BUTTON_LEFT 118#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
119#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT 119#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
120#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_UP 120#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_BACK
121#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_DOWN 121#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_FWD
122#define SUDOKU_BUTTON_MENU BUTTON_SELECT 122#define SUDOKU_BUTTON_MENU BUTTON_SELECT
123#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC 123#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
124 124