diff options
Diffstat (limited to 'menu_deftimercheckmethod.c')
-rw-r--r-- | menu_deftimercheckmethod.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/menu_deftimercheckmethod.c b/menu_deftimercheckmethod.c index a1be75c..2b35288 100644 --- a/menu_deftimercheckmethod.c +++ b/menu_deftimercheckmethod.c @@ -120,6 +120,9 @@ void cDefTimerCheckModes::SetMode(const cChannel* channel, int mode) cMenuDefTimerCheckMethod::cMenuDefTimerCheckMethod() :cOsdMenu(tr("Default timer check method"), 20) { +#if VDRVERSNUM >= 10728 + SetMenuCategory(mcSetup); +#endif CheckModes[0] = tr("no check"); CheckModes[UPD_CHDUR] = tr("by channel and time"); CheckModes[UPD_EVENTID] = tr("by event ID"); |