[vlc-devel] commit: Qt: fix missing 's' in function name (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun May 17 03:21:12 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 17 02:35:12 2009 +0200| [d7f75e6aa43e2072876aa805bd3eee9593a96d85] | committer: Jean-Baptiste Kempf
Qt: fix missing 's' in function name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7f75e6aa43e2072876aa805bd3eee9593a96d85
---
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