diff options
| author | Robert Menes <rmenes@rockbox.org> | 2010-11-03 03:00:18 +0000 |
|---|---|---|
| committer | Robert Menes <rmenes@rockbox.org> | 2010-11-03 03:00:18 +0000 |
| commit | 857dcea6daa827342ae09077a8fd53c4b0ef2b31 (patch) | |
| tree | 56702bf55b506afdadf18ae4a45c46fe2e5df12f /apps/plugins | |
| parent | 01c27cef01ecc0af40e03e9ce03f780e3173d582 (diff) | |
| download | rockbox-857dcea6daa827342ae09077a8fd53c4b0ef2b31.zip rockbox-857dcea6daa827342ae09077a8fd53c4b0ef2b31.tar.gz rockbox-857dcea6daa827342ae09077a8fd53c4b0ef2b31.tar.bz2 rockbox-857dcea6daa827342ae09077a8fd53c4b0ef2b31.tar.xz | |
Another "keep the reds away" fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28469 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/sokoban.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index 1d1ded1..25cd51b 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -399,8 +399,8 @@ #define SOKOBAN_LEVEL_REPEAT BUTTON_POWER #define SOKOBAN_LEVEL_UP BUTTON_VOL_UP #define SOKOBAN_PAUSE BUTTON_PLAY -#define BUTTON_SAVE BUTTON_RIGHT -#define BUTTON_SAVE_NAME "RIGHT" +#define BUTTON_SAVE BUTTON_NEXT +#define BUTTON_SAVE_NAME "NEXT" #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD #define SOKOBAN_LEFT BUTTON_PREV |