summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-09-06 08:28:13 +0000
committerMartin Arver <martin.arver@gmail.com>2006-09-06 08:28:13 +0000
commit6fbfddd7b59d61b79700753aa6e140a1654ce8d9 (patch)
treedf699dc6bfe8d7d5bb169664a661fe4e36ac0ecb
parentcbee01ed622dbf19347013c78649eed7a8e4d987 (diff)
downloadrockbox-6fbfddd7b59d61b79700753aa6e140a1654ce8d9.tar.gz
rockbox-6fbfddd7b59d61b79700753aa6e140a1654ce8d9.zip
Correct the help text for iriver HXXX players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10898 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/solitaire.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 45266c5a7d..007f80d28b 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -111,10 +111,10 @@ static struct plugin_api* rb;
111# define SOL_OPT BUTTON_ON 111# define SOL_OPT BUTTON_ON
112# define SOL_REM BUTTON_REC 112# define SOL_REM BUTTON_REC
113# define SOL_RC_QUIT BUTTON_RC_STOP 113# define SOL_RC_QUIT BUTTON_RC_STOP
114# define HK_MOVE "SELECT" 114# define HK_MOVE "NAVI"
115# define HK_DRAW "REC" 115# define HK_DRAW "A-B"
116# define HK_REM2CUR "PLAY+LEFT" 116# define HK_REM2CUR "PLAY+LEFT"
117# define HK_CUR2STACK "SELECT" 117# define HK_CUR2STACK "NAVI"
118# define HK_REM2STACK "PLAY+RIGHT" 118# define HK_REM2STACK "PLAY+RIGHT"
119 119
120#elif (CONFIG_KEYPAD == IPOD_4G_PAD) ||(CONFIG_KEYPAD == IPOD_3G_PAD) 120#elif (CONFIG_KEYPAD == IPOD_4G_PAD) ||(CONFIG_KEYPAD == IPOD_3G_PAD)
@@ -487,7 +487,7 @@ enum help solitaire_help( void )
487 rb->lcd_putsxy(20, 32, "return to menu."); 487 rb->lcd_putsxy(20, 32, "return to menu.");
488 rb->lcd_putsxy(20, 48, "All actions can be"); 488 rb->lcd_putsxy(20, 48, "All actions can be");
489 rb->lcd_putsxy(20, 56, "done using the"); 489 rb->lcd_putsxy(20, 56, "done using the");
490 rb->lcd_putsxy(20, 64, "joystick and RECORD."); 490 rb->lcd_putsxy(20, 64, "joystick and A-B.");
491#else 491#else
492//# warning "Add help strings for other keypads" 492//# warning "Add help strings for other keypads"
493#endif 493#endif