Fixed exiting from menu not saving settings

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@165 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
Jared Gould 2006-07-21 15:23:37 +00:00
parent 0fb2d6e72e
commit 4718e8169b
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ public class ECUEditorMenuBar extends JMenuBar implements ActionListener {
this.closeAllImages();
} else if (e.getSource() == exit) {
parent.handleExit();
System.exit(0);
} else if (e.getSource() == romProperties) {