X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FJava%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fmodule%2Fui%2FMsaHeader.java;fp=Tools%2FJava%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fmodule%2Fui%2FMsaHeader.java;h=4284af2b102f594dbba7845e05f48673487fdbe8;hp=a73b6fe2a5113467716c63e60f99bcb89fc5828d;hb=888f61aa99e9dd6d680d51f73e5747afbfb78f80;hpb=b026832eadf7d1be84741cd8cab570e984460fe7 diff --git a/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java b/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java index a73b6fe2a5..4284af2b10 100644 --- a/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java +++ b/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java @@ -1503,14 +1503,11 @@ public class MsaHeader extends IInternalFrame implements DocumentListener { jRadioButtonBinaryModuleTrue.setText("True"); jRadioButtonBinaryModuleTrue.setSelected(true); jRadioButtonBinaryModuleTrue.addFocusListener(this); - jRadioButtonBinaryModuleTrue.setToolTipText("Modules are either source modules
" - + "which can be compiled or binary
" - + "modules which are linked.
" - + "A module cannot contain both.
" - + "The GUID numbers should be identical
" - + "for a binary and source MSA,
" - + "however the BINARY MSA should have
" - + "a higher version number."); + jRadioButtonBinaryModuleTrue + .setToolTipText("Modules are either source modules which can be compiled or binary
" + + "modules which are linked. A module cannot contain both.
" + + "The GUID numbers should be identical for a binary and source MSA,
" + + "however the BINARY MSA should have a higher version number."); } return jRadioButtonBinaryModuleTrue; } @@ -1526,7 +1523,8 @@ public class MsaHeader extends IInternalFrame implements DocumentListener { jRadioButtonBinaryModuleFalse.setBounds(new java.awt.Rectangle(valueCol + 140, 480, 140, 20)); jRadioButtonBinaryModuleFalse.setText("False"); jRadioButtonBinaryModuleFalse.addFocusListener(this); - jRadioButtonBinaryModuleFalse.setToolTipText("Modules are either source modules which can be compiled or binary
" + jRadioButtonBinaryModuleFalse + .setToolTipText("Modules are either source modules which can be compiled or binary
" + "modules which are linked. A module cannot contain both.
" + "The GUID numbers should be identical for a binary and source MSA,
" + "however the BINARY MSA should have a higher version number.");