From 3f0d813e006c9e891b1995d6534d3c6c4fc076ec Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Sun, 7 Jan 2007 17:28:34 +0000 Subject: Fixed string stuff --- pages/whats_on.ecpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 3f12d84..039f898 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -18,10 +18,7 @@ type = "now"; cSchedulesLock schedulesLock; const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); -if (type == "now") - std::string head(tr("What's running now")); -else - std::string head(tr("What's running at")+FormatDateTime(tr("%I:%M %p"), time(0))); +std::string head(tr("What's running at")+FormatDateTime(tr("%I:%M %p"), time(0))); }> -- cgit v1.2.3