Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / new.C
index 47e467050920d397eb5baa1c49ff8fc13d7e7d8c..f9294cffee1cc1c96f1f8c1e561d4e9eabe7a7f4 100644 (file)
@@ -307,6 +307,8 @@ NewWindow::NewWindow(MWindow *mwindow, NewThread *new_thread, int x, int y)
        folder = 0;
        name = 0;
        recent_folder = 0;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Project and Media Attributes");
 }
 
 NewWindow::~NewWindow()
@@ -712,6 +714,8 @@ FrameRatePulldown::FrameRatePulldown(MWindow *mwindow,
 {
        this->mwindow = mwindow;
        this->output = output;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Video In section");
 }
 int FrameRatePulldown::handle_event()
 {