summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-04-29 18:25:38 +0200
committerlouis <louis.braun@gmx.de>2015-04-29 18:25:38 +0200
commit4fe74f843967d9823c027fc526e41a738573fa2b (patch)
tree3ce0019c2fd831295cbf9430acea21ea323ccd0b
parent72f445fc5712c44166cd9b182403452d67af622a (diff)
downloadvdr-plugin-skindesigner-4fe74f843967d9823c027fc526e41a738573fa2b.tar.gz
vdr-plugin-skindesigner-4fe74f843967d9823c027fc526e41a738573fa2b.tar.bz2
added correct menucategory for skin setups
-rw-r--r--HISTORY1
-rw-r--r--setup.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ac5def4..17f10c3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -303,5 +303,6 @@ Version 0.4.3
- implemented dvbapi service interface, added viewelement ecminfo
in displaychannel
- added cardsystem name to ecm info
+- added correct menucategory for skin setups
diff --git a/setup.c b/setup.c
index 611cc69..7fefc7b 100644
--- a/setup.c
+++ b/setup.c
@@ -168,6 +168,7 @@ cSkinSetupSubMenu::cSkinSetupSubMenu(string name, string displayText) : cOsdItem
cSkindesignerSkinSetup::cSkindesignerSkinSetup(string skin, string name) :
cOsdMenu(*cString::sprintf("%s: %s \"%s\" %s", trVDR("Setup"), tr("Skin"), skin.c_str(), name.c_str()), 30) {
+ SetMenuCategory(mcPluginSetup);
this->skin = skin;
this->name = name;
Set();