diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/minesweeper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 317a969..8479bcb 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -416,7 +416,8 @@ enum minesweeper_status menu( void ) "MODE to start" #elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \ || (CONFIG_KEYPAD == IRIVER_H300_PAD ) \ - || (CONFIG_KEYPAD == IPOD_4G_PAD) + || (CONFIG_KEYPAD == IPOD_4G_PAD) \ + || (CONFIG_KEYPAD == IPOD_3G_PAD) "SELECT to start" #elif CONFIG_KEYPAD == IAUDIO_X5_PAD "REC to start" |