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

git at videolan.org git at videolan.org
Mon Jun 14 10:38:04 CEST 2010


vlc/vlc-1.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Jun 14 11:25:53 2010 +0300| [66e54e27afb102380d8cb86b9732c21399e5e3d7] | committer: Jean-Baptiste Kempf 

qt4: add webm on convert containers list
(cherry picked from commit 2fddd62529e27b9459027d9128362eda2434e36c)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=66e54e27afb102380d8cb86b9732c21399e5e3d7
---

 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