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:
f9f1166
)
Qt: fix missing 's' in function name
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sun, 17 May 2009 00:35:12 +0000
(
02:35
+0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sun, 17 May 2009 00:35:12 +0000
(
02:35
+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
8b5671e
..
f9954ce
100644
(file)
--- 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 = toNativeSeparator
s
(
QFileDialog::getOpenFileName(
this, qtr( "Open VLM configuration..." ),
qfu( config_GetHomeDir() ),