Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / channelpicker.C
index 7880c30689299a0bfd07ba243ad54d61ebe55952..553bd9be0cec935d10eb49ea082288a48a0b534a 100644 (file)
@@ -587,6 +587,8 @@ ChannelButton::ChannelButton(ChannelPicker *channel_picker, int x, int y)
        thread = new ChannelEditThread(channel_picker,
                channel_picker->channeldb);
        set_tooltip(_("Edit channels"));
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Initial Setup for DVB Capture");
 }
 
 ChannelButton::~ChannelButton()
@@ -607,7 +609,6 @@ ChannelText::ChannelText(ChannelPicker *channel_picker, int x, int y)
        channel_picker->current_channel_name(),
        x, y, 200, 300)
 {
-
        this->channel_picker = channel_picker;
 }
 
@@ -654,6 +655,8 @@ ChannelTumbler::ChannelTumbler(ChannelPicker *channel_picker,
  : BC_Tumbler(x, y)
 {
        this->channel_picker = channel_picker;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Initial Setup for DVB Capture");
 }
 ChannelTumbler::~ChannelTumbler()
 {
@@ -682,7 +685,7 @@ int ChannelTumbler::keypress_event()
                return 1;
        }
        else
-       return 0;
+       return context_help_check_and_show();
 }