X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvpatchgui.C;h=53ec27fb3af0d935b5d14f6d7b9df0ba56a0c63e;hp=d643181607136013d663630edee0d0a21e79bc4a;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hpb=84ac8a2bb3357c04a3f67cf763b0f61ddbbd021d diff --git a/cinelerra-5.1/cinelerra/vpatchgui.C b/cinelerra-5.1/cinelerra/vpatchgui.C index d6431816..53ec27fb 100644 --- a/cinelerra-5.1/cinelerra/vpatchgui.C +++ b/cinelerra-5.1/cinelerra/vpatchgui.C @@ -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;