X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fnew.C;h=b722d0ea7b7e865a80c537c8e2e80464c478b223;hb=9bfa5ffc623a598d68264609cad82d71432981c5;hp=47e467050920d397eb5baa1c49ff8fc13d7e7d8c;hpb=232ae3c6972c1740b6e1890ccce1264f2bb311f5;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/new.C b/cinelerra-5.1/cinelerra/new.C index 47e46705..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 @@ -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() {