git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7324589
)
Qt4 - Fix a Sout bug - spotted by humbleb on IRC
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 11 Oct 2007 20:11:03 +0000
(20:11 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 11 Oct 2007 20:11:03 +0000
(20:11 +0000)
modules/gui/qt4/dialogs/sout.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/sout.cpp
b/modules/gui/qt4/dialogs/sout.cpp
index
a5e84fd
..
acc5702
100644
(file)
--- a/
modules/gui/qt4/dialogs/sout.cpp
+++ b/
modules/gui/qt4/dialogs/sout.cpp
@@
-138,7
+138,7
@@
QString SoutDialog::getMrl()
void SoutDialog::fileBrowse()
{
ui.tabWidget->setTabEnabled( 0,false );
- QString fileName = QFileDialog::get
Open
FileName( this, qtr( "Save file" ), "",
+ QString fileName = QFileDialog::get
Save
FileName( this, qtr( "Save file" ), "",
qtr( "Containers (*.ps *.ts *.mpg *.ogg *.asf *.mp4 *.mov *.wav *.raw *.flv)" ) );
ui.fileEdit->setText( fileName );
updateMRL();