Accept FS#10068 by Teruaki Kawashima correcting the instructions built into a couple of plugins

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20565 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2009-03-29 10:41:31 +00:00
parent faa22f6c54
commit cc5400d9cf
5 changed files with 44 additions and 10 deletions

View file

@ -722,6 +722,12 @@ enum plugin_status plugin_start(const void* parameter)
rb->lcd_putsxy(2, 28, "[PL-LEFT] shuffle");
rb->lcd_putsxy(2, 38, "[PL-RIGHT] solution");
rb->lcd_putsxy(2, 48, "[PL-UP] step by step");
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
rb->lcd_putsxy(2, 8, "[BACK] to stop");
rb->lcd_putsxy(2, 18, "[SELECT] toggle");
rb->lcd_putsxy(2, 28, "[MENU] shuffle");
rb->lcd_putsxy(2, 38, "[VOL+] solution");
rb->lcd_putsxy(2, 48, "[VOL-] step by step");
#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
(CONFIG_KEYPAD == SANSA_C200_PAD)
rb->lcd_putsxy(2, 8, "[POWER] to stop");