Apply the options on startup.

This commit is contained in:
Moritz Bunkus 2007-07-08 08:51:34 +00:00
parent 3e26b1be51
commit 971d0666ef

View File

@ -844,6 +844,9 @@ mmg_dialog::mmg_dialog():
load_preferences();
log_window->Show(options.gui_debugging);
set_on_top(options.on_top);
muxing_in_progress = false;
last_open_dir = wxT("");
cmdline = wxString::Format(wxU("\"%s\" -o \"%s\""), options.mkvmerge.c_str(), tc_output->GetValue().c_str());