Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / new.C
index 47e467050920d397eb5baa1c49ff8fc13d7e7d8c..b722d0ea7b7e865a80c537c8e2e80464c478b223 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -307,6 +308,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 +715,8 @@ FrameRatePulldown::FrameRatePulldown(MWindow *mwindow,
 {
        this->mwindow = mwindow;
        this->output = output;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Video In section");
 }
 int FrameRatePulldown::handle_event()
 {