FFDec debug menu - create new swf fix

This commit is contained in:
Jindra Petřík
2021-03-04 17:43:21 +01:00
parent ed4af6e96e
commit 1dda4b9017
2 changed files with 4 additions and 1 deletions

View File

@@ -1113,7 +1113,7 @@ public abstract class MainFrameMenu implements MenuBuilder {
Logger.getLogger(MainFrameMenu.class.getName()).log(Level.SEVERE, null, ex);
}
Main.openFile(new SWFSourceInfo(new ByteArrayInputStream(baos.toByteArray()), "New SWF", "New SWF"));
Main.openFile(new SWFSourceInfo(new ByteArrayInputStream(baos.toByteArray()), "new.swf", "New SWF"));
}, PRIORITY_MEDIUM, null, true, null, false);
finishMenu("/debug");
}