summaryrefslogtreecommitdiff
path: root/menu_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_commands.c')
-rw-r--r--menu_commands.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/menu_commands.c b/menu_commands.c
index 96635bc..9d33863 100644
--- a/menu_commands.c
+++ b/menu_commands.c
@@ -45,6 +45,10 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
cMenuSearchCommands::cMenuSearchCommands(const char *Title, const cEvent* Event, bool DirectCall, cSearchExt* Search)
:cOsdMenu(Title)
{
+#if VDRVERSNUM >= 10728
+ SetMenuCategory(mcCommand);
+#endif
+
directCall = DirectCall;
SetHasHotkeys();
LoadCommands();