[vlc-devel] commit: [Qt] Small VLM filename exporting issue. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Oct 16 13:48:43 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 16 13:48:18 2008 +0200| [a29f9e88bdc93ab753b0677406bf2dd7332de38e] | committer: Jean-Baptiste Kempf 

[Qt] Small VLM filename exporting issue.

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

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

diff --git a/modules/gui/qt4/dialogs/vlm.cpp b/modules/gui/qt4/dialogs/vlm.cpp
index 16e2b34..c8c3cc7 100644
--- 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() ),
-            qtr( "VLM conf (*.vlm) ;; All (*.*)" ) );
+            qtr( "VLM conf (*.vlm);;All (*.*)" ) );
 
     if( !saveVLMConfFileName.isEmpty() )
     {




More information about the vlc-devel mailing list