Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vpatchgui.C
index d643181607136013d663630edee0d0a21e79bc4a..53ec27fb3af0d935b5d14f6d7b9df0ba56a0c63e 100644 (file)
@@ -298,6 +298,8 @@ VModePatch::VModePatch(MWindow *mwindow, VPatchGUI *patch, int x, int y)
        this->mode = mwindow->get_int_auto(patch, AUTOMATION_MODE)->value;
        set_icon(patch->patchbay->mode_to_icon(this->mode));
        set_tooltip(_("Overlay mode"));
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Overlays");
 }
 
 VModePatch::VModePatch(MWindow *mwindow, VPatchGUI *patch)
@@ -507,6 +509,8 @@ VMixPatch::VMixPatch(MWindow *mwindow, VPatchGUI *patch, int x, int y)
  : MixPatch(mwindow, patch, x, y)
 {
        set_tooltip(_("Mixer"));
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Recover Mixer Windows");
 }
 
 VMixPatch::~VMixPatch()
@@ -516,7 +520,7 @@ VMixPatch::~VMixPatch()
 VKeyPatchAutoEdge::VKeyPatchAutoEdge(MWindow *mwindow,
                VKeyFadePatch *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;