X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftimestretch%2Ftimestretch.C;h=c4f01e1bdae2e179dcfd3292cfb0512cb5e491d0;hp=0653a9e2a8daef445ca2a3a6ca2442ec69731be5;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hpb=eabda9cf447580a974fd3d67a3d0a26f09aeb523 diff --git a/cinelerra-5.1/plugins/timestretch/timestretch.C b/cinelerra-5.1/plugins/timestretch/timestretch.C index 0653a9e2..c4f01e1b 100644 --- a/cinelerra-5.1/plugins/timestretch/timestretch.C +++ b/cinelerra-5.1/plugins/timestretch/timestretch.C @@ -129,6 +129,9 @@ TimeStretchWindow::TimeStretchWindow(TimeStretch *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"); }