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:
e81263c
)
[Qt] Small VLM filename exporting issue.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 16 Oct 2008 11:48:18 +0000
(13:48 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 16 Oct 2008 11:48:18 +0000
(13:48 +0200)
modules/gui/qt4/dialogs/vlm.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/vlm.cpp
b/modules/gui/qt4/dialogs/vlm.cpp
index
16e2b34
..
c8c3cc7
100644
(file)
--- a/
modules/gui/qt4/dialogs/vlm.cpp
+++ b/
modules/gui/qt4/dialogs/vlm.cpp
@@
-264,7
+264,7
@@
bool VLMDialog::exportVLMConf()
QString saveVLMConfFileName = QFileDialog::getSaveFileName(
this, qtr( "Save VLM configuration as..." ),
qfu( config_GetHomeDir() ),
QString saveVLMConfFileName = QFileDialog::getSaveFileName(
this, qtr( "Save VLM configuration as..." ),
qfu( config_GetHomeDir() ),
- qtr( "VLM conf (*.vlm)
;;
All (*.*)" ) );
+ qtr( "VLM conf (*.vlm)
;;
All (*.*)" ) );
if( !saveVLMConfFileName.isEmpty() )
{
if( !saveVLMConfFileName.isEmpty() )
{