]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Fix EDKT449 Close Build Preferences will crash wizard
authorhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Oct 2006 07:29:30 +0000 (07:29 +0000)
committerhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Oct 2006 07:29:30 +0000 (07:29 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1844 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/toolchain/Preferences.java

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