summaryrefslogtreecommitdiff
path: root/apps/plugins/sliding_puzzle.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sliding_puzzle.c')
-rw-r--r--apps/plugins/sliding_puzzle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sliding_puzzle.c b/apps/plugins/sliding_puzzle.c
index 44c4c3a1b2..755129c9b9 100644
--- a/apps/plugins/sliding_puzzle.c
+++ b/apps/plugins/sliding_puzzle.c
@@ -159,7 +159,7 @@ PLUGIN_HEADER
159#define PUZZLE_RIGHT BUTTON_RIGHT 159#define PUZZLE_RIGHT BUTTON_RIGHT
160#define PUZZLE_UP BUTTON_UP 160#define PUZZLE_UP BUTTON_UP
161#define PUZZLE_DOWN BUTTON_DOWN 161#define PUZZLE_DOWN BUTTON_DOWN
162#define PUZZLE_SHUFFLE BUTTON_SELECT 162#define PUZZLE_SHUFFLE BUTTON_PLAY
163#define PUZZLE_PICTURE BUTTON_MENU 163#define PUZZLE_PICTURE BUTTON_MENU
164 164
165#else 165#else