anonymous contribution for much improved ChromakeyHSV plugin menu with boxes to set...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filevorbis.C
index f04249f13e06148e8b88a5f1bfbae78663ba4ffe..34f3310814a65181c03b3a655ed2ba5a866c96f9 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,7 +31,6 @@
 #include "language.h"
 #include "mainerror.h"
 #include "mwindow.inc"
-#include "mainerror.h"
 
 #include <errno.h>
 #include <stdio.h>
@@ -371,6 +371,8 @@ VorbisConfigAudio::VorbisConfigAudio(BC_WindowBase *parent_window,
 {
        this->parent_window = parent_window;
        this->asset = asset;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Single File Rendering");
 }
 
 VorbisConfigAudio::~VorbisConfigAudio()