diff --git a/src/GEOMToolsGUI/GEOMToolsGUI.cxx b/src/GEOMToolsGUI/GEOMToolsGUI.cxx index ae6fb406e..abac1b184 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI.cxx @@ -538,7 +538,7 @@ bool GEOMToolsGUI::Import() QString fileType; - QString fileName = getFileName(app->desktop(), "", aMap, filters, + QString fileName = getFileName(app->desktop(), QDir::currentDirPath(), aMap, filters, tr("GEOM_MEN_IMPORT"), true, fileType); if (fileType.isEmpty() )