summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 4647ce9b60..58a953e4c0 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -47,7 +47,7 @@
47#include "button.h" 47#include "button.h"
48#include "abrepeat.h" 48#include "abrepeat.h"
49#include "screens.h" 49#include "screens.h"
50 50#include "splash.h"
51#ifdef HAVE_LCD_BITMAP 51#ifdef HAVE_LCD_BITMAP
52#include <ctype.h> 52#include <ctype.h>
53#include "icons.h" 53#include "icons.h"
@@ -1622,10 +1622,10 @@ bool wps_display(struct mp3entry* id3,
1622 { 1622 {
1623 global_settings.resume_index = -1; 1623 global_settings.resume_index = -1;
1624#ifdef HAVE_LCD_CHARCELLS 1624#ifdef HAVE_LCD_CHARCELLS
1625 splash(HZ, true, str(LANG_END_PLAYLIST_PLAYER)); 1625 gui_syncsplash(HZ, true, str(LANG_END_PLAYLIST_PLAYER));
1626#else 1626#else
1627 status_draw(true); 1627 status_draw(true);
1628 splash(HZ, true, str(LANG_END_PLAYLIST_RECORDER)); 1628 gui_syncsplash(HZ, true, str(LANG_END_PLAYLIST_RECORDER));
1629#endif 1629#endif
1630 return true; 1630 return true;
1631 } 1631 }