diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ExportAsPdfMergeStep.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ExportAsPdfMergeStep.java index b772f6af9..b1271c3c4 100644 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ExportAsPdfMergeStep.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ExportAsPdfMergeStep.java @@ -794,7 +794,7 @@ public void finishedEvent() { try { ArchiveFileBean exportCase=(ArchiveFileBean)this.data.get("export.case"); byte[] content = FileUtils.readFile(new File(resultFile)); - String newName = FileUtils.getNewFileName(exportCase, new File(resultFile).getName(), false, new Date(), true, EditorsRegistry.getInstance().getMainWindow(), "PDF-Export zur Akte speichern"); + String newName = FileUtils.getNewFileName(exportCase, new File(resultFile).getName(), new Date(), true, EditorsRegistry.getInstance().getMainWindow(), "PDF-Export zur Akte speichern"); if (newName == null || "".equalsIgnoreCase(newName)) { return; }