From 810fee08281250cb87e18a3514ddc1a30a9da10e Mon Sep 17 00:00:00 2001 From: Karl Melscher Date: Wed, 7 Mar 2018 16:02:30 +0100 Subject: Use USE_SWITCHONLY --- lcarsng.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lcarsng.c') diff --git a/lcarsng.c b/lcarsng.c index a7d34d5..93bd4bc 100644 --- a/lcarsng.c +++ b/lcarsng.c @@ -1397,6 +1397,10 @@ void cLCARSNGDisplayMenu::DrawTimer(const cTimer *Timer, int y, bool MultiRec) } if (Timer->Flags() & tfVps) Date = cString::sprintf("VPS %s", *Date); +#ifdef USE_SWITCHONLY + if (Timer->Flags() & tfSwitchOnly) + Date = cString::sprintf("UST %s", *Date); +#endif const cChannel *Channel = Timer->Channel(); const cEvent *Event = Timer->Event(); int d = max(TextFrame / 2, 1); -- cgit v1.2.3