X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fapatchgui.C;h=59d18244c34260c9f4d26a1874f86bc22234d112;hp=3960dda8c67b9c01841d19bf6d38c3698e9dbd37;hb=refs%2Fheads%2Fmaster;hpb=84ac8a2bb3357c04a3f67cf763b0f61ddbbd021d diff --git a/cinelerra-5.1/cinelerra/apatchgui.C b/cinelerra-5.1/cinelerra/apatchgui.C index 3960dda8..678254ab 100644 --- a/cinelerra-5.1/cinelerra/apatchgui.C +++ b/cinelerra-5.1/cinelerra/apatchgui.C @@ -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;