]> git.sesse.net Git - vlc/commitdiff
qt4: add webm on convert containers list
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 14 Jun 2010 08:25:53 +0000 (11:25 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 14 Jun 2010 08:25:53 +0000 (11:25 +0300)
modules/gui/qt4/dialogs/convert.cpp

index fc371948380738e0d177519dff74b956ffbd17f4..e2de2f8c5873901f0cbd8e0e928738ccb82295eb 100644 (file)
@@ -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 ) );
 }