Fix for bug NPAL19028 ( Default way browser ).

This commit is contained in:
mzn 2008-03-20 12:43:39 +00:00
parent 77f03a4d00
commit e3a74cc827

View File

@ -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() )