From 948a79bc8395c9f471ff60bea149bb59a7f117f2 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 27 Jul 2011 12:15:59 +0200 Subject: Configureable %@ format string --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 25dee66..68f0cd9 100644 --- a/src/ui.c +++ b/src/ui.c @@ -713,7 +713,7 @@ inline void BarUiPrintSong (const BarSettings_t *settings, char outstr[512]; const char *vals[] = {song->title, song->artist, song->album, (song->rating == PIANO_RATE_LOVE) ? settings->loveIcon : "", - station != NULL ? " @ " : "", + station != NULL ? settings->atIcon : "", station != NULL ? station->name : "", song->detailUrl}; -- cgit v1.2.3