X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fnew.C;h=b722d0ea7b7e865a80c537c8e2e80464c478b223;hb=9bfa5ffc623a598d68264609cad82d71432981c5;hp=f24876bc09a11dbae1a9ff7e9e08c455ec77dc97;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/new.C b/cinelerra-5.1/cinelerra/new.C index f24876bc..b722d0ea 100644 --- a/cinelerra-5.1/cinelerra/new.C +++ b/cinelerra-5.1/cinelerra/new.C @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams + * 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() {