forked from len0rd/rockbox
fix previous fix.. damn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8186 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa76eea0ca
commit
7409a5a235
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ bool bookmark_autobookmark(void)
|
|||
}
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY)};
|
||||
struct text_message message={(char **)lines, 3};
|
||||
struct text_message message={(char **)lines, 1};
|
||||
#else
|
||||
unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY),
|
||||
str(LANG_RESUME_CONFIRM_PLAYER)};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue