X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fnew.C;h=f9294cffee1cc1c96f1f8c1e561d4e9eabe7a7f4;hb=e728d8b0bb617a5b4929a102d68cf0c59d6d4823;hp=a9f4aaf235a3efcb97b3ee8c68730b6375828873;hpb=45a8ba3455cf252332c03533a7590df5267ce9aa;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/new.C b/cinelerra-5.1/cinelerra/new.C index a9f4aaf2..f9294cff 100644 --- a/cinelerra-5.1/cinelerra/new.C +++ b/cinelerra-5.1/cinelerra/new.C @@ -60,7 +60,7 @@ // add tracks dialog #define HEIGHT1 yS(240) // offset for folder panel -#define HEIGHT2 yS(440) +#define HEIGHT2 yS(435) New::New(MWindow *mwindow) { @@ -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() {