X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffiledv.C;h=cf8bc1bf074dd673cfdc6036c34b1794d04062b0;hp=032f64e44131abea955dcf07f243e9486c6f8749;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hpb=eabda9cf447580a974fd3d67a3d0a26f09aeb523 diff --git a/cinelerra-5.1/cinelerra/filedv.C b/cinelerra-5.1/cinelerra/filedv.C index 032f64e4..cf8bc1bf 100644 --- a/cinelerra-5.1/cinelerra/filedv.C +++ b/cinelerra-5.1/cinelerra/filedv.C @@ -934,6 +934,8 @@ DVConfigAudio::DVConfigAudio(BC_WindowBase *parent_window, Asset *asset) { this->parent_window = parent_window; this->asset = asset; +// *** CONTEXT_HELP *** + context_help_set_keyword("Single File Rendering"); } DVConfigAudio::~DVConfigAudio() @@ -964,6 +966,8 @@ DVConfigVideo::DVConfigVideo(BC_WindowBase *parent_window, Asset *asset) { this->parent_window = parent_window; this->asset = asset; +// *** CONTEXT_HELP *** + context_help_set_keyword("Single File Rendering"); } DVConfigVideo::~DVConfigVideo()