summaryrefslogtreecommitdiff
path: root/menu_searchactions.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_searchactions.c')
-rw-r--r--menu_searchactions.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/menu_searchactions.c b/menu_searchactions.c
index f83ccf7..42c9e0c 100644
--- a/menu_searchactions.c
+++ b/menu_searchactions.c
@@ -48,6 +48,9 @@ extern int updateForced;
cMenuSearchActions::cMenuSearchActions(cSearchExt* Search, bool DirectCall)
:cOsdMenu(tr("Search actions"))
{
+#if VDRVERSNUM >= 10728
+ SetMenuCategory(mcCommand);
+#endif
directCall = DirectCall;
SetHasHotkeys();