From 5aacc51c14491fa029f6408f45685bf505c606b5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 22 May 2004 13:23:22 +0200 Subject: Single shot timers and events now show the day of week --- skinsttng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skinsttng.c') diff --git a/skinsttng.c b/skinsttng.c index cb44a3e0..a268978a 100644 --- a/skinsttng.c +++ b/skinsttng.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skinsttng.c 1.1 2004/05/16 09:27:35 kls Exp $ + * $Id: skinsttng.c 1.2 2004/05/22 13:05:07 kls Exp $ */ // Star Trek: The Next Generation® is a registered trademark of Paramount Pictures @@ -515,7 +515,7 @@ void cSkinSTTNGDisplayMenu::SetEvent(const cEvent *Event) int y = y3; cTextScroller ts; char t[32]; - snprintf(t, sizeof(t), "%s %s - %s", Event->GetDateString(), Event->GetTimeString(), Event->GetEndTimeString());//TODO dayname, no year + snprintf(t, sizeof(t), "%s %s - %s", Event->GetDateString(), Event->GetTimeString(), Event->GetEndTimeString()); ts.Set(osd, xl, y, x4 - xl, y4 - y, t, font, Theme.Color(clrMenuEventTime), Theme.Color(clrBackground)); if (Event->Vps() && Event->Vps() != Event->StartTime()) { char *buffer; -- cgit v1.2.3