forked from len0rd/rockbox
oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f17e5c04f3
commit
87902874c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1243,7 +1243,7 @@ bool f2_rec_screen(void)
|
|||
screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h*2,
|
||||
str(LANG_SYSFONT_RECORDING_CHANNELS));
|
||||
screens[i].getstringsize(str(LANG_SYSFONT_F2_MODE), &w, &h);
|
||||
screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h
|
||||
screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h,
|
||||
str(LANG_SYSFONT_F2_MODE));
|
||||
screens[i].getstringsize(ptr, &w, &h);
|
||||
screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2, ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue