Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / exportedl.C
index d4d670eb624786c5280b201e1873f114187d4544..691746357c3fc8c6834c25d4e39b952a2528ca8a 100644 (file)
@@ -39,7 +39,9 @@
 #include "exportedl.h"
 #include "tracks.h"
 #include "transition.h"
-
+#if defined (__FreeBSD__) || defined (__NetBSD__)
+#include <libgen.h>
+#endif
 #include <ctype.h>
 #include <string.h>
 
@@ -401,6 +403,8 @@ ExportEDLWindow::ExportEDLWindow(MWindow *mwindow, ExportEDL *exportedl, ExportE
 {
        this->mwindow = mwindow;
        this->exportasset = exportasset;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Export to EDL");
        for( int i=0; i<2; ++i ) {
                list_titles[i] = _(default_list_titles[i]);
                list_widths[i] = xS(default_list_widths[i]);