X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpatchgui.C;fp=cinelerra-5.1%2Fcinelerra%2Fpatchgui.C;h=3a20d44c32db3e1636475ff578c175e2ee176aab;hb=974869b43e0d7ad356f6fee8549c1e4f14213330;hp=72211d1ac4c1036713e34aff0079caeb9827dd0b;hpb=25bafacda1fe9d8a9520cad451547a75d934c1bb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/patchgui.C b/cinelerra-5.1/cinelerra/patchgui.C index 72211d1a..3a20d44c 100644 --- a/cinelerra-5.1/cinelerra/patchgui.C +++ b/cinelerra-5.1/cinelerra/patchgui.C @@ -713,13 +713,13 @@ int NudgePatch::handle_event() void NudgePatch::set_value(int64_t value) { - mwindow->undo->update_undo_before(_("nudge"), this); + mwindow->undo->update_undo_before(_("nudge."), this); patch->track->nudge = value; if(patch->track->gang && patch->track->record) patch->patchbay->synchronize_nudge(patch->track->nudge, patch->track); - mwindow->undo->update_undo_after(_("nudge"), LOAD_PATCHES); + mwindow->undo->update_undo_after(_("nudge."), LOAD_PATCHES); mwindow->gui->unlock_window(); if(patch->track->data_type == TRACK_VIDEO)