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 4f27af671e..cea31f19db 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -201,7 +201,7 @@ enum minesweeper_status {
201# define MINESWP_DISCOVER BUTTON_RC_PLAY 201# define MINESWP_DISCOVER BUTTON_RC_PLAY
202# define MINESWP_INFO BUTTON_RC_MENU 202# define MINESWP_INFO BUTTON_RC_MENU
203 203
204#elif (CONFIG_KEYPAD == COWOND2_PAD) 204#elif (CONFIG_KEYPAD == COWON_D2_PAD)
205# define MINESWP_QUIT BUTTON_POWER 205# define MINESWP_QUIT BUTTON_POWER
206 206
207#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 207#elif CONFIG_KEYPAD == CREATIVEZVM_PAD