summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-25 16:38:51 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-25 16:38:51 +0000
commitb9542da7561744534b482deae6f087ac020935cb (patch)
tree0ed1ce9d7101f5c17d5a2cf79194a6238e3b08b8 /pages/timers.ecpp
parent3e27a5e446e94a306569a9116e0d5eaa0f3f6b04 (diff)
downloadvdr-plugin-live-b9542da7561744534b482deae6f087ac020935cb.tar.gz
vdr-plugin-live-b9542da7561744534b482deae6f087ac020935cb.tar.bz2
- additional timer info in popup menu in timers menu
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 45bcc01..0eaacd6 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -71,7 +71,8 @@ static const size_t maximumDescriptionLength = 300;
if (timer->Event())
{
epgEvent = EpgEvents::CreateEpgInfo(timer->Channel(), timer->Event());
- longDescription = StringEscapeAndBreak(StringWordTruncate(epgEvent->LongDescr(), maximumDescriptionLength))
+ longDescription = StringEscapeAndBreak(SortedTimers::GetTimerInfo(*timer)) + "<hr>"
+ + StringEscapeAndBreak(StringWordTruncate(epgEvent->LongDescr(), maximumDescriptionLength))
+ "<br/><br/>" + tr("Click to view details.");
}
string currentDay = SortedTimers::GetTimerDays(*timer);