X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchannelinfo.C;h=5c8d9187420fe758605b7d9921cff113c0fc1576;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hp=e6e8486ee486507b142bac5af5066419a01cb20c;hpb=eabda9cf447580a974fd3d67a3d0a26f09aeb523;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/channelinfo.C b/cinelerra-5.1/cinelerra/channelinfo.C index e6e8486e..5c8d9187 100644 --- a/cinelerra-5.1/cinelerra/channelinfo.C +++ b/cinelerra-5.1/cinelerra/channelinfo.C @@ -349,6 +349,8 @@ ChanSearchGUI::ChanSearchGUI(ChanSearch *cswindow) search_column_widths[0] = xS(120); search_column_widths[2] = xS(120); search_column_widths[1] = get_w()-search_column_widths[0]-search_column_widths[2]-xS(32); +// *** CONTEXT_HELP *** + context_help_set_keyword("Capture at some Future Time via Batch"); } ChanSearchGUI::~ChanSearchGUI() @@ -1242,7 +1244,7 @@ int ChannelInfoOK::button_press_event() int ChannelInfoOK::keypress_event() { - return 0; + return context_help_check_and_show(); } @@ -1451,6 +1453,8 @@ ChannelInfoGUI::ChannelInfoGUI(ChannelInfo *iwindow, if( bay_w > max_bay_w ) bay_w = max_bay_w; panel_w = w; panel_h = h - bay_h; +// *** CONTEXT_HELP *** + context_help_set_keyword("Capture at some Future Time via Batch"); } ChannelInfoGUI::~ChannelInfoGUI()