X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2F720to480%2F720to480.C;h=c7b99463e8a6dc1832e612cfb36d769f7a5e6057;hp=6d62e8737765e5f9acc9c52876122ec0bbf6cd5f;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hpb=eabda9cf447580a974fd3d67a3d0a26f09aeb523;ds=sidebyside 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"); }