mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 12:21:59 +00:00
This commit is contained in:
@@ -159,9 +159,8 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
try {
|
||||
Main.saveFile(swf, swf.getFile());
|
||||
saved = true;
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(MainFrameMenu.class.getName()).log(Level.SEVERE, null, ex);
|
||||
View.showMessageDialog(null, translate("error.file.save"), translate("error"), JOptionPane.ERROR_MESSAGE);
|
||||
} catch (Exception | OutOfMemoryError | StackOverflowError ex) {
|
||||
Main.handleSaveError(ex);
|
||||
}
|
||||
}
|
||||
if (saved) {
|
||||
|
||||
Reference in New Issue
Block a user