X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2F720to480%2F720to480.C;h=c7b99463e8a6dc1832e612cfb36d769f7a5e6057;hb=refs%2Fheads%2Fmaster;hp=6d62e8737765e5f9acc9c52876122ec0bbf6cd5f;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/720to480/720to480.C b/cinelerra-5.1/plugins/720to480/720to480.C index 6d62e873..c7b99463 100644 --- a/cinelerra-5.1/plugins/720to480/720to480.C +++ b/cinelerra-5.1/plugins/720to480/720to480.C @@ -55,6 +55,9 @@ _720to480Window::_720to480Window(_720to480Main *client, int x, int y) : BC_Window(client->gui_string, x, y, xS(230), yS(150), xS(230), yS(150), 0, 0, 1) { this->client = client; +// *** CONTEXT_HELP *** + if(client) context_help_set_keyword(client->plugin_title()); + else context_help_set_keyword("Rendered Video Effects"); }