X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fproxy.C;h=0012fd1924d1b0fb40ce992b13a60605641fa86f;hb=e9cdcb62fbd9794a368f11e7808c6ddf83fbd467;hp=8888a28ad87a616e36badacd18cddd2279440b43;hpb=c4c898707e3fdbf2979b7bc43ac0e1b0fa779663;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/proxy.C b/cinelerra-5.1/cinelerra/proxy.C index 8888a28a..0012fd19 100644 --- a/cinelerra-5.1/cinelerra/proxy.C +++ b/cinelerra-5.1/cinelerra/proxy.C @@ -396,6 +396,8 @@ ProxyWindow::ProxyWindow(MWindow *mwindow, ProxyDialog *dialog, int x, int y) this->mwindow = mwindow; this->dialog = dialog; format_tools = 0; +// *** CONTEXT_HELP *** + context_help_set_keyword("Proxy"); } ProxyWindow::~ProxyWindow() @@ -739,7 +741,7 @@ void ProxyClient::process_package(LoadPackage *ptr) result = 1; } else { - TransportCommand command; + TransportCommand command(preferences); command.command = CURRENT_FRAME; command.get_edl()->copy_all((EDL *)orig); command.change_type = CHANGE_ALL;