diff options
| author | Shachar Liberman <lshachar@hotmail.com> | 2006-08-07 21:40:11 +0000 |
|---|---|---|
| committer | Shachar Liberman <lshachar@hotmail.com> | 2006-08-07 21:40:11 +0000 |
| commit | 87902874c90a6a12e1147cfde36799d56e2d5483 (patch) | |
| tree | 4bb9e63d31547f3fa88c8d1fce45e50717e3e849 /apps | |
| parent | f17e5c04f30ee49b3a514b31bdad805323ce93e6 (diff) | |
| download | rockbox-87902874c90a6a12e1147cfde36799d56e2d5483.zip rockbox-87902874c90a6a12e1147cfde36799d56e2d5483.tar.gz rockbox-87902874c90a6a12e1147cfde36799d56e2d5483.tar.bz2 rockbox-87902874c90a6a12e1147cfde36799d56e2d5483.tar.xz | |
oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10477 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/recording.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index f3d3508..47d2cce 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -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); |