diff options
author | Karl Melscher <kamel5@gmx.net> | 2018-03-07 16:02:30 +0100 |
---|---|---|
committer | Karl Melscher <kamel5@gmx.net> | 2018-03-07 16:02:30 +0100 |
commit | 810fee08281250cb87e18a3514ddc1a30a9da10e (patch) | |
tree | ba307c38d03c3e747aa612aaf5de6a5b14461ecb | |
parent | 33090041b19df316828dc35db706cf347b3e6da5 (diff) | |
download | skin-lcarsng-810fee08281250cb87e18a3514ddc1a30a9da10e.tar.gz skin-lcarsng-810fee08281250cb87e18a3514ddc1a30a9da10e.tar.bz2 |
Use USE_SWITCHONLY
-rw-r--r-- | lcarsng.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |