Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / 720to480 / 720to480.C
index 6d62e8737765e5f9acc9c52876122ec0bbf6cd5f..c7b99463e8a6dc1832e612cfb36d769f7a5e6057 100644 (file)
@@ -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");
 }