1. Fix EDKT449 Close Build Preferences will crash wizard

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1844 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hche10x 2006-10-26 07:29:30 +00:00
parent 7bd5773542
commit cbee1e7407
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ public class Preferences extends IFrame {
this.setSize(dialogWidth, dialogHeight);
this.setContentPane(getJContentPane());
this.setTitle("Build Preferences [" + toolsDefIdentifier + "]");
this.setDefaultCloseOperation(IFrame.EXIT_ON_CLOSE);
this.setDefaultCloseOperation(IFrame.DISPOSE_ON_CLOSE);
this.centerWindow();
this.setVisible(true);
}