X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftrackpopup.C;h=224343b42677b44d3718d8d98c6a5f41f3f4f241;hb=HEAD;hp=f22825e44bc1fb78b5da244311996eb40bc30aba;hpb=1db0dacec8f9d7f5687e582bd282d9bf83bd58f0;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/trackpopup.C b/cinelerra-5.1/cinelerra/trackpopup.C index f22825e4..576a48ba 100644 --- a/cinelerra-5.1/cinelerra/trackpopup.C +++ b/cinelerra-5.1/cinelerra/trackpopup.C @@ -389,6 +389,8 @@ TrackPopupUserTitleWindow::TrackPopupUserTitleWindow(MWindow *mwindow, this->mwindow = mwindow; this->popup = popup; strcpy(new_text, !popup->edit ? "" : popup->edit->user_title); +// *** CONTEXT_HELP *** + context_help_set_keyword("Track Popup Menu"); } TrackPopupUserTitleWindow::~TrackPopupUserTitleWindow() @@ -588,6 +590,8 @@ TrackPopupShowWindow::TrackPopupShowWindow(MWindow *mwindow, { this->mwindow = mwindow; this->popup = popup; +// *** CONTEXT_HELP *** + context_help_set_keyword("Track Popup Menu"); } TrackPopupShowWindow::~TrackPopupShowWindow()