diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/brickmania.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 9a8833c..c03a548 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -1103,7 +1103,7 @@ static int brickmania_help(void) "< & >", "Moves", "the", "paddle", "", #if CONFIG_KEYPAD == ONDIO_PAD "MENU:", -#elif (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IAUDIO_M3_PAD) \ +#elif (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IAUDIO_M3_PAD) "PLAY:", #elif CONFIG_KEYPAD == IRIVER_H300_PAD "NAVI:", |