mirror of https://github.com/acidanthera/audk.git
Fixed wording for Legacy FlashMap.h Header question
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1614 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
eeaddae296
commit
8de0094c04
|
@ -1602,7 +1602,7 @@ public class MsaHeader extends IInternalFrame {
|
||||||
if (jCheckBoxFlashMap == null) {
|
if (jCheckBoxFlashMap == null) {
|
||||||
jCheckBoxFlashMap = new JCheckBox();
|
jCheckBoxFlashMap = new JCheckBox();
|
||||||
jCheckBoxFlashMap.setBounds(new java.awt.Rectangle(labelCol, 555, 480, 20));
|
jCheckBoxFlashMap.setBounds(new java.awt.Rectangle(labelCol, 555, 480, 20));
|
||||||
jCheckBoxFlashMap.setText("Are you using a legacy FlashMap header file?");
|
jCheckBoxFlashMap.setText("Does this module require a legacy FlashMap header file?");
|
||||||
jCheckBoxFlashMap.addFocusListener(this);
|
jCheckBoxFlashMap.addFocusListener(this);
|
||||||
}
|
}
|
||||||
return jCheckBoxFlashMap;
|
return jCheckBoxFlashMap;
|
||||||
|
|
Loading…
Reference in New Issue