From b2295a4afb86634250a35312f056f3007eb9b42d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 21 Dec 2005 00:25:05 +0000 Subject: Even more iPod solitaire fixes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8270 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/solitaire.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/solitaire.c') diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 22cd20c755..5a25f27e70 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -152,6 +152,13 @@ static struct plugin_api* rb; #define HELP_SOL_CUR2STACK "SELECT..: Put the card under the cursor on one of the 4 final stacks." #define HELP_SOL_REM2STACK "PLAY+RIGHT: Put the card on top of the remains' stack on one of the 4 final stacks." +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#define HELP_SOL_MOVE "SELECT: Select cards, Move cards, reveal hidden cards ..." +#define HELP_SOL_DRAW "SELECT+PLAY: Un-select a card if it was selected. Else, draw 3 new cards out of the remains' stack." +#define HELP_SOL_REM2CUR "SELECT+LEFT: Put the card on top of the remains' stack on top of the cursor." +#define HELP_SOL_CUR2STACK "SELECT+RIGHT..: Put the card under the cursor on one of the 4 final stacks." +#define HELP_SOL_REM2STACK "LEFT+RIGHT: Put the card on top of the remains' stack on one of the 4 final stacks." + #endif #if LCD_DEPTH>1 -- cgit v1.2.3