summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 978d2a12f8..f861bb76c9 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -46,7 +46,7 @@
46#include "led.h" 46#include "led.h"
47#include "sound.h" 47#include "sound.h"
48#include "abrepeat.h" 48#include "abrepeat.h"
49#include "wps-display.h" 49#include "gwps-common.h"
50#include "splash.h" 50#include "splash.h"
51#if defined(HAVE_LCD_BITMAP) 51#if defined(HAVE_LCD_BITMAP)
52#include "widgets.h" 52#include "widgets.h"
@@ -1226,7 +1226,7 @@ bool browse_id3(void)
1226 1226
1227 line = draw_id3_item(line, top, LANG_ID3_YEAR, body); 1227 line = draw_id3_item(line, top, LANG_ID3_YEAR, body);
1228 1228
1229 wps_format_time(buf, sizeof(buf), id3->length); 1229 gui_wps_format_time(buf, sizeof(buf), id3->length);
1230 line = draw_id3_item(line, top, LANG_ID3_LENGHT, buf); 1230 line = draw_id3_item(line, top, LANG_ID3_LENGHT, buf);
1231 1231
1232 snprintf(buf, sizeof(buf), "%d/%d", playlist_get_display_index(), 1232 snprintf(buf, sizeof(buf), "%d/%d", playlist_get_display_index(),