Commit a29f9e88 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Qt] Small VLM filename exporting issue.

parent e81263cd
......@@ -264,7 +264,7 @@ bool VLMDialog::exportVLMConf()
QString saveVLMConfFileName = QFileDialog::getSaveFileName(
this, qtr( "Save VLM configuration as..." ),
qfu( config_GetHomeDir() ),
qtr( "VLM conf (*.vlm) ;; All (*.*)" ) );
qtr( "VLM conf (*.vlm);;All (*.*)" ) );
if( !saveVLMConfFileName.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