Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / resample / resample.C
index 6293ba69170f555f45d182faa22e3c1e073c82e1..90c7cccd5f5bc8337fb9ebb319dd9454db1608c6 100644 (file)
@@ -73,6 +73,9 @@ ResampleWindow::ResampleWindow(ResampleEffect *plugin, int x, int y)
                                1)
 {
        this->plugin = plugin;
+// *** CONTEXT_HELP ***
+       if(plugin) context_help_set_keyword(plugin->plugin_title());
+       else       context_help_set_keyword("Rendered Audio Effects");
 }
 
 void ResampleWindow::create_objects()