diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2013-01-02 19:24:44 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2013-01-02 19:24:44 +0100 |
commit | 5b85d9ca2d3cc4f0800e49c140eac583bf06e9a0 (patch) | |
tree | fcf11775d07a5f941ac9b0becae938323fe34af5 /changrp.c | |
parent | b91509cf7c91def59a084d63fb2c3a523c71760e (diff) | |
download | vdr-plugin-epgsearch-5b85d9ca2d3cc4f0800e49c140eac583bf06e9a0.tar.gz vdr-plugin-epgsearch-5b85d9ca2d3cc4f0800e49c140eac583bf06e9a0.tar.bz2 |
changed mcSetup to mcSetupPlugins
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(); |