Added SetMenuCategory(mcSetupPlugins).

This commit is contained in:
Rolf Ahrenberg 2013-03-13 23:33:37 +02:00
parent 0caf746ef4
commit 0c6257e4ca
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ cIptvPluginSetup::cIptvPluginSetup()
disabledFilterIndexesM[i] = IptvConfig.GetDisabledFilters(i);
disabledFilterNamesM[i] = tr(section_filter_table[i].description);
}
SetMenuCategory(mcSetupPlugins);
Setup();
SetHelp(NULL, NULL, NULL, trVDR("Button$Info"));
}