Salome HOME
Fix for bug NPAL19028 ( Default way browser ).
authormzn <mzn@opencascade.com>
Thu, 20 Mar 2008 12:43:39 +0000 (12:43 +0000)
committermzn <mzn@opencascade.com>
Thu, 20 Mar 2008 12:43:39 +0000 (12:43 +0000)
src/GEOMToolsGUI/GEOMToolsGUI.cxx

index ae6fb406e0f1a26887dc518548a205f53d56619a..abac1b184cd736cf987fbf36cd2dcb1866b478ba 100644 (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() )