]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java
1. Fix bug in get industry std headers
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / MsaHeader.java
index c4576a8327bedc85ab024f63bcf8af0b5aa5cb68..250eb9da2d40cded39cc54f671c364f8b35c8f73 100644 (file)
@@ -35,8 +35,8 @@ import org.tianocore.frameworkwizard.common.DataType;
 import org.tianocore.frameworkwizard.common.DataValidation;\r
 import org.tianocore.frameworkwizard.common.EnumerationData;\r
 import org.tianocore.frameworkwizard.common.Log;\r
-import org.tianocore.frameworkwizard.common.OpeningModuleType;\r
 import org.tianocore.frameworkwizard.common.Tools;\r
+import org.tianocore.frameworkwizard.common.Identifications.OpeningModuleType;\r
 import org.tianocore.frameworkwizard.common.ui.IInternalFrame;\r
 import org.tianocore.frameworkwizard.common.ui.StarLabel;\r
 \r
@@ -249,17 +249,11 @@ public class MsaHeader extends IInternalFrame {
         if (jTextFieldSpecification == null) {\r
             jTextFieldSpecification = new JTextField();\r
             jTextFieldSpecification.setPreferredSize(new java.awt.Dimension(320, 20));\r
-            jTextFieldSpecification.setText("FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052");\r
+            jTextFieldSpecification.setText("FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052");\r
             jTextFieldSpecification.setSize(new java.awt.Dimension(320, 20));\r
             jTextFieldSpecification.setLocation(new java.awt.Point(160, 435));\r
             jTextFieldSpecification.setEditable(false);\r
             jTextFieldSpecification.addFocusListener(this);\r
-            jTextFieldSpecification\r
-                                   .setToolTipText("Deselecting a checkbox"\r
-                                                   + " will restrict this module for use with the selected architectures, "\r
-                                                   + "based on the list of items that are checked. "\r
-                                                   + "If all boxes are checked, "\r
-                                                   + "then the module will support all current AND FUTURE architectures");\r
         }\r
         return jTextFieldSpecification;\r
     }\r
@@ -800,6 +794,7 @@ public class MsaHeader extends IInternalFrame {
             //            }\r
             //            this.msaHeader.setSpecification(this.jTextFieldSpecification.getText());\r
 \r
+            msaHeader.setSpecification(this.jTextFieldSpecification.getText());\r
             msa.setMsaHeader(msaHeader);\r
             this.omt.setSaved(false);\r
         } catch (Exception e) {\r