summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-08-23 01:32:38 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-08-23 01:32:38 +0000
commitd9cda30add87ace4a74d0a7c06a85960a5833d06 (patch)
treee4124de8386979fb0013b5d410dbbcc56c7d33be /apps/plugins
parent35d0770e8a4ec2409576278f82e99f0a9a911c41 (diff)
downloadrockbox-d9cda30add87ace4a74d0a7c06a85960a5833d06.zip
rockbox-d9cda30add87ace4a74d0a7c06a85960a5833d06.tar.gz
rockbox-d9cda30add87ace4a74d0a7c06a85960a5833d06.tar.bz2
rockbox-d9cda30add87ace4a74d0a7c06a85960a5833d06.tar.xz
Add help string for Gigabeat. Fixes a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10704 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/minesweeper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index dfb2662..fb59865 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -417,7 +417,8 @@ enum minesweeper_status menu( void )
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \
|| (CONFIG_KEYPAD == IRIVER_H300_PAD ) \
|| (CONFIG_KEYPAD == IPOD_4G_PAD) \
- || (CONFIG_KEYPAD == IPOD_3G_PAD)
+ || (CONFIG_KEYPAD == IPOD_3G_PAD) \
+ || (CONFIG_KEYPAD == GIGABEAT_PAD)
"SELECT to start"
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
"REC to start"