summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr_menu.c b/vdr_menu.c
index bdae18e..e85aa97 100644
--- a/vdr_menu.c
+++ b/vdr_menu.c
@@ -414,6 +414,7 @@ mgSelMenu::AddSelectionItems (mgSelection *sel,mgActions act) {
osd()->newposition = sel->gotoPosition();
cOsdItem *c = osd()->Get(osd()->newposition);
mgAction *a = dynamic_cast<mgAction *>(c);
+ SetHelpKeys(a->Type());
a->IgnoreNextEvent = true;
}