Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / apatchgui.C
index 3960dda8c67b9c01841d19bf6d38c3698e9dbd37..678254abfbcc465c0ec4e45f62c8e2101ac11cb3 100644 (file)
@@ -390,6 +390,8 @@ AMixPatch::AMixPatch(MWindow *mwindow, APatchGUI *patch, int x, int y)
  : MixPatch(mwindow, patch, x, y)
 {
        set_tooltip(_("Mixer"));
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Recover Mixer Windows");
 }
 
 AMixPatch::~AMixPatch()
@@ -399,7 +401,7 @@ AMixPatch::~AMixPatch()
 AKeyPatchAutoEdge::AKeyPatchAutoEdge(MWindow *mwindow,
                AKeyFadePatch *patch, int x, int y)
  : BC_Toggle(x, y, mwindow->theme->get_image_set("bump_edge"),
-                patch->gui->span,_("Edge"))
+                patch->gui->edge,_("Edge"))
 {
        this->mwindow = mwindow;
        this->patch = patch;