From: mzn Date: Thu, 20 Mar 2008 12:43:39 +0000 (+0000) Subject: Fix for bug NPAL19028 ( Default way browser ). X-Git-Tag: V4_1_2rc1~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e3a74cc827a1fb10a580ee7bb476cd7c916bc3a0;p=modules%2Fgeom.git Fix for bug NPAL19028 ( Default way browser ). --- 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() )