]> 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 5e65afbea84b89de678f24225ba6ee87d1dbf440..250eb9da2d40cded39cc54f671c364f8b35c8f73 100644 (file)
@@ -254,12 +254,6 @@ public class MsaHeader extends IInternalFrame {
             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