summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/minesweeper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 8479bcb0bb..dfb26626f8 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -421,6 +421,8 @@ enum minesweeper_status menu( void )
421 "SELECT to start" 421 "SELECT to start"
422#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 422#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
423 "REC to start" 423 "REC to start"
424#elif CONFIG_KEYPAD == IRIVER_H10_PAD
425 "FF to start"
424#else 426#else
425 "" 427 ""
426# warning Please define help string for this keypad. 428# warning Please define help string for this keypad.