mirror of https://github.com/acidanthera/audk.git
Fixed a couple of typos in the ToolTipText fields.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1602 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0f6a65114e
commit
2ee91a39f1
|
@ -118,7 +118,7 @@ public class PpisDlg extends IDialog implements ItemListener {
|
||||||
jComboBoxPpiType.setPreferredSize(new java.awt.Dimension(320, 20));
|
jComboBoxPpiType.setPreferredSize(new java.awt.Dimension(320, 20));
|
||||||
jComboBoxPpiType.addItemListener(this);
|
jComboBoxPpiType.addItemListener(this);
|
||||||
jComboBoxPpiType
|
jComboBoxPpiType
|
||||||
.setToolTipText("<html>PPIs are named by GUID.<br>PPI Notify is consumed via a register PPI Notify mechanism");
|
.setToolTipText("<html>PPIs are named by GUID.<br>PPI Notify is consumed via a register PPI Notify mechanism</html>");
|
||||||
}
|
}
|
||||||
return jComboBoxPpiType;
|
return jComboBoxPpiType;
|
||||||
}
|
}
|
||||||
|
|
|
@ -166,8 +166,8 @@ public class SourceFilesDlg extends IDialog {
|
||||||
iComboBoxToolCode = new IComboBox();
|
iComboBoxToolCode = new IComboBox();
|
||||||
iComboBoxToolCode.setBounds(new java.awt.Rectangle(168, 62, 340, 20));
|
iComboBoxToolCode.setBounds(new java.awt.Rectangle(168, 62, 340, 20));
|
||||||
iComboBoxToolCode.setPreferredSize(new java.awt.Dimension(340, 20));
|
iComboBoxToolCode.setPreferredSize(new java.awt.Dimension(340, 20));
|
||||||
iComboBoxToolCode.setToolTipText("<html>You may select a specific tool command from drop down list, <br>"
|
iComboBoxToolCode.setToolTipText("<html>You may select a specific tool command from drop down list,<br>"
|
||||||
+ "or you can DOUBLE-CLICK this fild to enter your customizing <br>"
|
+ "or you can DOUBLE-CLICK this feild to enter your customized<br>"
|
||||||
+ "tool command.<br>"
|
+ "tool command.<br>"
|
||||||
+ "Press ENTER to save your input or press ESCAPE to quit</html>");
|
+ "Press ENTER to save your input or press ESCAPE to quit</html>");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue