fixed an issue with the naming of the "export to zip" file

This commit is contained in:
hneemann 2019-12-29 21:03:28 +01:00
parent 3ff5fe0701
commit 113969d1f4

View File

@ -34,6 +34,7 @@ public final class SaveAsHelper {
KNOWN.add("tt2");
KNOWN.add("cupl");
KNOWN.add("jed");
KNOWN.add("zip");
}
private final Component parent;