From 6dbdb639ed4ee6ce5d446bd40ec88920eb8b0ee5 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Fri, 19 Sep 2008 23:57:32 +0200 Subject: changed the maximum number of days for a timer conflict check from 99 to 14 --- epgsearchsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epgsearchsetup.c') diff --git a/epgsearchsetup.c b/epgsearchsetup.c index b34337d..2332a94 100644 --- a/epgsearchsetup.c +++ b/epgsearchsetup.c @@ -764,7 +764,7 @@ void cMenuSetupTimerConflicts::Set() AddHelp(tr("Help$If a timer with priority below the given value will fail it will not be classified as important. Only important conflicts will produce an OSD message about the conflict after an automatic conflict check.")); Add(new cMenuEditIntItem(tr("Ignore conflict duration less ... min."), &data->checkMinDuration, 0, 999)); AddHelp(tr("Help$If a conflicts duration is less then the given number of minutes it will not be classified as important. Only important conflicts will produce an OSD message about the conflict after an automatic conflict check.")); - Add(new cMenuEditIntItem(tr("Only check within next ... days"), &data->checkMaxDays, 1, 99)); + Add(new cMenuEditIntItem(tr("Only check within next ... days"), &data->checkMaxDays, 1, 14)); AddHelp(tr("Help$This value reduces the conflict check to the given range of days. All other conflicts are classified as 'not yet important'.")); cOsdItem* sep = new cOsdItem(tr("--- Automatic checking ---")); -- cgit v1.2.3