diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/minesweeper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 8479bcb..dfb2662 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -421,6 +421,8 @@ enum minesweeper_status menu( void ) "SELECT to start" #elif CONFIG_KEYPAD == IAUDIO_X5_PAD "REC to start" +#elif CONFIG_KEYPAD == IRIVER_H10_PAD + "FF to start" #else "" # warning Please define help string for this keypad. |