mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
several small fixes sugested by different people (FireFly, Lear, Takka)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8184 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1184ae9de7
commit
46b726eaab
4 changed files with 5 additions and 12 deletions
|
|
@ -207,9 +207,7 @@ bool bookmark_autobookmark(void)
|
|||
return write_bookmark(false);
|
||||
}
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY),
|
||||
str(LANG_CONFIRM_WITH_PLAY_RECORDER),
|
||||
str(LANG_CANCEL_WITH_ANY_RECORDER)};
|
||||
unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY);
|
||||
struct text_message message={(char **)lines, 3};
|
||||
#else
|
||||
unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue