Commit 30851939 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: fix convert dialog

The mux was not passed in the chain.
This is a regression in f01fe561.
parent fdd26f89
......@@ -138,7 +138,8 @@ void ConvertDialog::close()
mrl += ":";
if( displayBox->isChecked() )
mrl += "duplicate{dst=display,dst=";
mrl += "file{dst='" + fileLine->text() + "'}";
mrl += "std{access=file,mux=" + profile->getMux()
+ ",dst='" + fileLine->text() + "'}";
if( displayBox->isChecked() )
mrl += "}";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment