Format
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user