summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();