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 (from parent 1:
66765c0
)
Forgotten FileSeparator issue.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sun, 17 May 2009 00:19:55 +0000
(
02:19
+0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sun, 17 May 2009 00:19:55 +0000
(
02:19
+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
1270279
..
8b5671e
100644
(file)
--- a/
modules/gui/qt4/dialogs/vlm.cpp
+++ b/
modules/gui/qt4/dialogs/vlm.cpp
@@
-349,10
+349,11
@@
void VLMDialog::mediasPopulator()
bool VLMDialog::importVLMConf()
{
bool VLMDialog::importVLMConf()
{
- QString openVLMConfFileName = QFileDialog::getOpenFileName(
+ QString openVLMConfFileName = toNativeSeparator(
+ QFileDialog::getOpenFileName(
this, qtr( "Open VLM configuration..." ),
qfu( config_GetHomeDir() ),
this, qtr( "Open VLM configuration..." ),
qfu( config_GetHomeDir() ),
- qtr( "VLM conf (*.vlm);;All (*)" ) );
+ qtr( "VLM conf (*.vlm);;All (*)" ) )
)
;
if( !openVLMConfFileName.isEmpty() )
{
if( !openVLMConfFileName.isEmpty() )
{