summaryrefslogtreecommitdiff
path: root/changrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'changrp.c')
-rw-r--r--changrp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/changrp.c b/changrp.c
index 33aa93c..867e1b0 100644
--- a/changrp.c
+++ b/changrp.c
@@ -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();