From 4ffff6fbad368ccfd255244333ccddccb290f9d6 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 8 Jul 2006 13:19:23 +0000 Subject: Apply patch number 3 from http://www.rockbox.org/tracker/task/5430 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10186 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 0b4f57106d..a549718274 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -246,7 +246,7 @@ tile minefield[LCD_HEIGHT/8][LCD_WIDTH/8]; /* total number of mines on the game */ int mine_num = 0; -/* percentage of mines on minefield used durring generation */ +/* percentage of mines on minefield used during generation */ int p=16; /* number of tiles left on the game */ @@ -460,8 +460,10 @@ int minesweeper(void) rb->lcd_puts(0,6,"ON to start"); #elif CONFIG_KEYPAD == ONDIO_PAD rb->lcd_puts(0,6,"MODE to start"); -#elif CONFIG_KEYPAD == IRIVER_H100_PAD +#elif (CONFIG_KEYPAD==IRIVER_H100_PAD) || (CONFIG_KEYPAD==IPOD_4G_PAD) rb->lcd_puts(0,6,"SELECT to start"); +#elif CONFIG_KEYPAD == IAUDIO_X5_PAD + rb->lcd_puts(0,6,"REC to start"); #endif rb->lcd_update(); -- cgit v1.2.3