summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/minesweeper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index dfb26626f8..fb59865ee4 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -417,7 +417,8 @@ enum minesweeper_status menu( void )
417#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \ 417#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \
418 || (CONFIG_KEYPAD == IRIVER_H300_PAD ) \ 418 || (CONFIG_KEYPAD == IRIVER_H300_PAD ) \
419 || (CONFIG_KEYPAD == IPOD_4G_PAD) \ 419 || (CONFIG_KEYPAD == IPOD_4G_PAD) \
420 || (CONFIG_KEYPAD == IPOD_3G_PAD) 420 || (CONFIG_KEYPAD == IPOD_3G_PAD) \
421 || (CONFIG_KEYPAD == GIGABEAT_PAD)
421 "SELECT to start" 422 "SELECT to start"
422#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 423#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
423 "REC to start" 424 "REC to start"