[vlc-commits] commit: qt4: add webm on convert containers list (Ilkka Ollakka )

git at videolan.org git at videolan.org
Mon Jun 14 10:26:34 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Jun 14 11:25:53 2010 +0300| [2fddd62529e27b9459027d9128362eda2434e36c] | committer: Ilkka Ollakka 

qt4: add webm on convert containers list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2fddd62529e27b9459027d9128362eda2434e36c
---

 modules/gui/qt4/dialogs/convert.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/convert.cpp b/modules/gui/qt4/dialogs/convert.cpp
index fc37194..e2de2f8 100644
--- a/modules/gui/qt4/dialogs/convert.cpp
+++ b/modules/gui/qt4/dialogs/convert.cpp
@@ -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 ) );
 }
 



More information about the vlc-commits mailing list