Final set of 33 GPL attribution for CV-Contributors or missing informtion
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / new.C
index f24876bc09a11dbae1a9ff7e9e08c455ec77dc97..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
@@ -60,7 +61,7 @@
 // add tracks dialog
 #define HEIGHT1 yS(240)
 // offset for folder panel
-#define HEIGHT2 yS(440)
+#define HEIGHT2 yS(435)
 
 New::New(MWindow *mwindow)
 {
@@ -98,8 +99,8 @@ void New::create_new_edl()
 int New::create_new_project(int load_mode)
 {
        mwindow->stop_playback(0);
+       mwindow->reset_caches(0);
        mwindow->gui->lock_window();
-       mwindow->reset_caches();
 
        memcpy(new_edl->session->achannel_positions,
                &mwindow->preferences->channel_positions[new_edl->session->audio_channels - 1],
@@ -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()
 {