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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index b6a6172f51..149bf92ed6 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -86,7 +86,7 @@ PLUGIN_HEADER
86#define MINESWP_QUIT BUTTON_POWER 86#define MINESWP_QUIT BUTTON_POWER
87#define MINESWP_START BUTTON_REC 87#define MINESWP_START BUTTON_REC
88#define MINESWP_TOGGLE BUTTON_PLAY 88#define MINESWP_TOGGLE BUTTON_PLAY
89#define MINESWP_DISCOVER BUTTON_MENU 89#define MINESWP_DISCOVER BUTTON_SELECT
90#define MINESWP_INFO (BUTTON_REC | BUTTON_PLAY) 90#define MINESWP_INFO (BUTTON_REC | BUTTON_PLAY)
91 91
92#endif 92#endif