[vlc-devel] commit: Qt: fix missing 's' in function name (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed May 20 18:53:44 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 17 02:35:12 2009 +0200| [5d17b0c90db350dad9cc9a049cd0010be73b6b7c] | committer: Jean-Baptiste Kempf 

Qt: fix missing 's' in function name

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

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

diff --git a/modules/gui/qt4/dialogs/vlm.cpp b/modules/gui/qt4/dialogs/vlm.cpp
index 8b5671e..f9954ce 100644
--- a/modules/gui/qt4/dialogs/vlm.cpp
+++ b/modules/gui/qt4/dialogs/vlm.cpp
@@ -32,6 +32,7 @@
 #ifdef ENABLE_VLM
 #include "dialogs/open.hpp"
 #include "dialogs/sout.hpp"
+#include "util/qt_dirs.hpp"
 
 #include <QString>
 #include <QComboBox>
@@ -349,7 +350,7 @@ void VLMDialog::mediasPopulator()
 
 bool VLMDialog::importVLMConf()
 {
-    QString openVLMConfFileName = toNativeSeparator(
+    QString openVLMConfFileName = toNativeSeparators(
             QFileDialog::getOpenFileName(
             this, qtr( "Open VLM configuration..." ),
             qfu( config_GetHomeDir() ),




More information about the vlc-devel mailing list