diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-08-19 17:05:14 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-08-19 17:05:14 +0000 |
| commit | 12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4 (patch) | |
| tree | dd2d466f7c0de3509b9f763948759b2d622e9f61 /apps/plugins | |
| parent | e5781a94c4a3e2e5c0c589c2992faa532925a85d (diff) | |
| download | rockbox-12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4.zip rockbox-12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4.tar.gz rockbox-12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4.tar.bz2 rockbox-12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4.tar.xz | |
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.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. |