Index: Core/Common/src/Core.Common.Gui/Commands/GuiExportHandler.cs =================================================================== diff -u -rd92560205006a930e91aa94b7841d13af548af48 -re5f1cd1570345bda1637fe121e88aada5bb8d60e --- Core/Common/src/Core.Common.Gui/Commands/GuiExportHandler.cs (.../GuiExportHandler.cs) (revision d92560205006a930e91aa94b7841d13af548af48) +++ Core/Common/src/Core.Common.Gui/Commands/GuiExportHandler.cs (.../GuiExportHandler.cs) (revision e5f1cd1570345bda1637fe121e88aada5bb8d60e) @@ -135,7 +135,7 @@ private void ExportItemUsingDialog(ExportInfo exportInfo, object source) { - string exportFilePath = GetFilePath(exportInfo.FileFilterGenerator); + string exportFilePath = ExportHelper.GetFilePath(inquiryHelper, exportInfo.FileFilterGenerator); if (exportFilePath != null) { @@ -157,10 +157,5 @@ } } } - - private string GetFilePath(FileFilterGenerator fileFilterGenerator) - { - return inquiryHelper.GetTargetFileLocation(fileFilterGenerator.Filter, null); - } } } \ No newline at end of file