This commit is contained in:
Lubos Lenco
2022-03-29 14:03:59 +02:00
parent a2d23ca013
commit 3667c0afc2
+1 -1
View File
@@ -578,7 +578,7 @@ class Project {
UIFiles.show("arm,gpl", true, false, function(path: String) {
var f = UIFiles.filename;
if (f == "") f = tr("untitled");
if (f.endsWith(".gpl")) ExportGpl.run(path + Path.sep + f, f.substring(0,f.lastIndexOf(".")), Project.raw.swatches);
if (f.endsWith(".gpl")) ExportGpl.run(path + Path.sep + f, f.substring(0, f.lastIndexOf(".")), Project.raw.swatches);
else ExportArm.runSwatches(path + Path.sep + f);
});
}