summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2003-01-10 16:12:50 +0000
committerMats Lidell <matsl@rockbox.org>2003-01-10 16:12:50 +0000
commitbce50325c52c29cc87ff23434dca02e4a1dd6ffd (patch)
tree63c7c7edbc37a803c0f8954891cf756fc1d982cb /apps
parent0b9311dfd63ca71bc04ef80ea70f49b0dd158f50 (diff)
downloadrockbox-bce50325c52c29cc87ff23434dca02e4a1dd6ffd.tar.gz
rockbox-bce50325c52c29cc87ff23434dca02e4a1dd6ffd.zip
Show complete status when asking for resume.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3069 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 3f666ebfc3..dcaa9558bd 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -503,6 +503,7 @@ bool ask_resume(void)
503 lcd_clear_display(); 503 lcd_clear_display();
504 lcd_puts(0,0,str(LANG_RESUME_ASK)); 504 lcd_puts(0,0,str(LANG_RESUME_ASK));
505#ifdef HAVE_LCD_CHARCELLS 505#ifdef HAVE_LCD_CHARCELLS
506 status_draw();
506 lcd_puts(0,1,str(LANG_RESUME_CONFIRM_PLAYER)); 507 lcd_puts(0,1,str(LANG_RESUME_CONFIRM_PLAYER));
507#else 508#else
508 lcd_puts(0,1,str(LANG_RESUME_CONFIRM_RECORDER)); 509 lcd_puts(0,1,str(LANG_RESUME_CONFIRM_RECORDER));