summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-12-21 00:25:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-12-21 00:25:05 +0000
commitb2295a4afb86634250a35312f056f3007eb9b42d (patch)
treebe9b0fbfe2cbd6051094cae97f111cd606f29ed6 /apps
parentd2f0aa492e6e66d10e50243b0e1f708661178733 (diff)
downloadrockbox-b2295a4afb86634250a35312f056f3007eb9b42d.tar.gz
rockbox-b2295a4afb86634250a35312f056f3007eb9b42d.zip
Even more iPod solitaire fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8270 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/solitaire.c7
1 files changed, 7 insertions, 0 deletions
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;
152#define HELP_SOL_CUR2STACK "SELECT..: Put the card under the cursor on one of the 4 final stacks." 152#define HELP_SOL_CUR2STACK "SELECT..: Put the card under the cursor on one of the 4 final stacks."
153#define HELP_SOL_REM2STACK "PLAY+RIGHT: Put the card on top of the remains' stack on one of the 4 final stacks." 153#define HELP_SOL_REM2STACK "PLAY+RIGHT: Put the card on top of the remains' stack on one of the 4 final stacks."
154 154
155#elif (CONFIG_KEYPAD == IPOD_4G_PAD)
156#define HELP_SOL_MOVE "SELECT: Select cards, Move cards, reveal hidden cards ..."
157#define HELP_SOL_DRAW "SELECT+PLAY: Un-select a card if it was selected. Else, draw 3 new cards out of the remains' stack."
158#define HELP_SOL_REM2CUR "SELECT+LEFT: Put the card on top of the remains' stack on top of the cursor."
159#define HELP_SOL_CUR2STACK "SELECT+RIGHT..: Put the card under the cursor on one of the 4 final stacks."
160#define HELP_SOL_REM2STACK "LEFT+RIGHT: Put the card on top of the remains' stack on one of the 4 final stacks."
161
155#endif 162#endif
156 163
157#if LCD_DEPTH>1 164#if LCD_DEPTH>1