1
0
Fork 0
forked from len0rd/rockbox

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

@ -682,7 +682,7 @@ enum plugin_status plugin_start(
rb->lcd_putsxy(0, 28, "[REC] shuffle");
rb->lcd_putsxy(0, 38, "[PLAY] change pic");
#elif CONFIG_KEYPAD == GIGABEAT_PAD
rb->lcd_putsxy(0, 18, "[OFF] to stop");
rb->lcd_putsxy(0, 18, "[POWER] to stop");
rb->lcd_putsxy(0, 28, "[SELECT] shuffle");
rb->lcd_putsxy(0, 38, "[A] change pic");
#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
@ -694,6 +694,10 @@ enum plugin_status plugin_start(
rb->lcd_putsxy(0, 18, "[OFF] to stop");
rb->lcd_putsxy(0, 28, "[REW] shuffle");
rb->lcd_putsxy(0, 38, "[PLAY] change pic");
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
rb->lcd_putsxy(0, 18, "[BACK] to stop");
rb->lcd_putsxy(0, 28, "[SELECT] shuffle");
rb->lcd_putsxy(0, 38, "[MENU] change pic");
#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
rb->lcd_putsxy(0, 18, "[REC] to stop");
rb->lcd_putsxy(0, 28, "[MODE] shuffle");