summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-08-19 17:05:14 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-08-19 17:05:14 +0000
commit12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4 (patch)
treedd2d466f7c0de3509b9f763948759b2d622e9f61 /apps/plugins
parente5781a94c4a3e2e5c0c589c2992faa532925a85d (diff)
downloadrockbox-12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4.tar.gz
rockbox-12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4.zip
Added help text in minesweeper for iriver H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10658 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-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.