Commit 5a892e07 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Forgotten FileSeparator issue.

parent 66765c05
......@@ -349,10 +349,11 @@ void VLMDialog::mediasPopulator()
bool VLMDialog::importVLMConf()
{
QString openVLMConfFileName = QFileDialog::getOpenFileName(
QString openVLMConfFileName = toNativeSeparator(
QFileDialog::getOpenFileName(
this, qtr( "Open VLM configuration..." ),
qfu( config_GetHomeDir() ),
qtr( "VLM conf (*.vlm);;All (*)" ) );
qtr( "VLM conf (*.vlm);;All (*)" ) ) );
if( !openVLMConfFileName.isEmpty() )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment