diff options
Diffstat (limited to 'changrp.c')
-rw-r--r-- | changrp.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -305,8 +305,8 @@ void cMenuChannelGroupItem::Set(void) cMenuChannelGroups::cMenuChannelGroups(char** GroupName) :cOsdMenu(tr("Channel groups"),20) { -#if VDRVERSNUM >= 10728 - SetMenuCategory(mcSetup); +#if VDRVERSNUM >= 10734 + SetMenuCategory(mcSetupPlugins); #endif groupSel = -1; groupName = GroupName; @@ -410,8 +410,8 @@ eOSState cMenuChannelGroups::ProcessKey(eKeys Key) cMenuEditChannelGroup::cMenuEditChannelGroup(cChannelGroup *Group, bool New) :cOsdMenu(tr("Edit channel group"),30) { -#if VDRVERSNUM >= 10728 - SetMenuCategory(mcSetup); +#if VDRVERSNUM >= 10734 + SetMenuCategory(mcSetupPlugins); #endif group = Group; channelSel = group->CreateChannelSel(); |