version update
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mixersalign.C
index 5a148d38a4b312f4f9d5143d6ec6dff2a9e82261..bd4116f39bd0a595443f4f39da4e73792b46b14e 100644 (file)
@@ -521,6 +521,8 @@ MixersAlignWindow::MixersAlignWindow(MixersAlign *dialog, int x, int y)
  : BC_Window(_("Align Mixers"), x, y, xS(880), yS(380), xS(880), yS(380), 1)
 {
        this->dialog = dialog;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Video sync using Waveforms");
 }
 MixersAlignWindow::~MixersAlignWindow()
 {
@@ -1009,7 +1011,7 @@ void MixersAlign::apply_undo(int no)
 MixersAlignARender::MixersAlignARender(MWindow *mwindow, EDL *edl)
  : RenderEngine(0, mwindow->preferences, 0, 0)
 {
-       TransportCommand command;
+       TransportCommand command(mwindow->preferences);
        command.command = NORMAL_FWD;
        command.get_edl()->copy_all(edl);
        command.change_type = CHANGE_ALL;