1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00

Added SetMenuCategory(mcSetupPlugins).

This commit is contained in:
Rolf Ahrenberg 2013-03-13 23:33:37 +02:00
parent 0caf746ef4
commit 0c6257e4ca

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"));
}