mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Fix for bug NPAL19028 ( Default way browser ).
This commit is contained in:
parent
77f03a4d00
commit
e3a74cc827
@ -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() )
|
||||
|
Loading…
Reference in New Issue
Block a user