summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 1 insertions, 0 deletions
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();