summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 557c457bbf..3e0f5a365e 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -55,6 +55,12 @@ static bool delete_file(void)
55 lcd_clear_display(); 55 lcd_clear_display();
56 lcd_puts(0,0,str(LANG_REALLY_DELETE)); 56 lcd_puts(0,0,str(LANG_REALLY_DELETE));
57 lcd_puts_scroll(0,1,selected_file); 57 lcd_puts_scroll(0,1,selected_file);
58
59#ifdef HAVE_LCD_BITMAP
60 lcd_puts(0,3,str(LANG_CONFIRM_WITH_PLAY_RECORDER));
61 lcd_puts(0,4,str(LANG_CANCEL_WITH_ANY_RECORDER));
62#endif
63
58 lcd_update(); 64 lcd_update();
59 65
60 while (!exit) { 66 while (!exit) {