summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 870fb18af6..7d361a2db2 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -194,8 +194,8 @@ enum minesweeper_status {
194# define MINESWP_UP BUTTON_UP 194# define MINESWP_UP BUTTON_UP
195# define MINESWP_DOWN BUTTON_DOWN 195# define MINESWP_DOWN BUTTON_DOWN
196# define MINESWP_QUIT BUTTON_BACK 196# define MINESWP_QUIT BUTTON_BACK
197# define MINESWP_TOGGLE BUTTON_PLAY 197# define MINESWP_TOGGLE BUTTON_SELECT
198# define MINESWP_DISCOVER BUTTON_SELECT 198# define MINESWP_DISCOVER BUTTON_PLAY
199# define MINESWP_INFO BUTTON_MENU 199# define MINESWP_INFO BUTTON_MENU
200 200
201#else 201#else