From 12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sat, 19 Aug 2006 17:05:14 +0000 Subject: Added help text in minesweeper for iriver H10 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10658 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') 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 ) "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. -- cgit v1.2.3