]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Fix EDKT433 help context triggered by mouse movement is not displayed properly
authorhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Nov 2006 06:23:10 +0000 (06:23 +0000)
committerhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Nov 2006 06:23:10 +0000 (06:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1963 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java

index a73b6fe2a5113467716c63e60f99bcb89fc5828d..4284af2b102f594dbba7845e05f48673487fdbe8 100644 (file)
@@ -1503,14 +1503,11 @@ public class MsaHeader extends IInternalFrame implements DocumentListener {
             jRadioButtonBinaryModuleTrue.setText("True");\r
             jRadioButtonBinaryModuleTrue.setSelected(true);\r
             jRadioButtonBinaryModuleTrue.addFocusListener(this);\r
-            jRadioButtonBinaryModuleTrue.setToolTipText("<html>Modules are either source modules <br>"\r
-                                                        + "which can be compiled or binary <br>"\r
-                                                        + "modules which are linked.  <br>"\r
-                                                        + "A module cannot contain both. <br>"\r
-                                                        + "The GUID numbers should be identical <br>"\r
-                                                        + "for a binary and source MSA, <br>"\r
-                                                        + "however the BINARY MSA should have <br>"\r
-                                                        + "a higher version number.</html>");\r
+            jRadioButtonBinaryModuleTrue\r
+                                        .setToolTipText("<html>Modules are either source modules which can be compiled or binary <br>"\r
+                                                        + "modules which are linked. A module cannot contain both. <br>"\r
+                                                        + "The GUID numbers should be identical for a binary and source MSA, <br>"\r
+                                                        + "however the BINARY MSA should have a higher version number.</html>");\r
         }\r
         return jRadioButtonBinaryModuleTrue;\r
     }\r
@@ -1526,7 +1523,8 @@ public class MsaHeader extends IInternalFrame implements DocumentListener {
             jRadioButtonBinaryModuleFalse.setBounds(new java.awt.Rectangle(valueCol + 140, 480, 140, 20));\r
             jRadioButtonBinaryModuleFalse.setText("False");\r
             jRadioButtonBinaryModuleFalse.addFocusListener(this);\r
-            jRadioButtonBinaryModuleFalse.setToolTipText("<html>Modules are either source modules which can be compiled or binary <br>"\r
+            jRadioButtonBinaryModuleFalse\r
+                                         .setToolTipText("<html>Modules are either source modules which can be compiled or binary <br>"\r
                                                          + "modules which are linked. A module cannot contain both. <br>"\r
                                                          + "The GUID numbers should be identical for a binary and source MSA, <br>"\r
                                                          + "however the BINARY MSA should have a higher version number.</html>");\r