From e3a74cc827a1fb10a580ee7bb476cd7c916bc3a0 Mon Sep 17 00:00:00 2001 From: mzn Date: Thu, 20 Mar 2008 12:43:39 +0000 Subject: [PATCH] Fix for bug NPAL19028 ( Default way browser ). --- src/GEOMToolsGUI/GEOMToolsGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) -- 2.39.2