Commit 66e54e27 authored by Ilkka Ollakka's avatar Ilkka Ollakka Committed by Jean-Baptiste Kempf

qt4: add webm on convert containers list

(cherry picked from commit 2fddd625)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 116a88f6
......@@ -110,7 +110,7 @@ void ConvertDialog::fileBrowse()
{
QString fileName = QFileDialog::getSaveFileName( this, qtr( "Save file..." ),
"",
qtr( "Containers (*.ps *.ts *.mpg *.ogg *.asf *.mp4 *.mov *.wav *.raw *.flv)" ) );
qtr( "Containers (*.ps *.ts *.mpg *.ogg *.asf *.mp4 *.mov *.wav *.raw *.flv *.webm)" ) );
fileLine->setText( toNativeSeparators( fileName ) );
}
......
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