]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/GuidsDlg.java
Fixed spelling and grammar, also fixed the size of the pop up dialog boxes and the...
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / dialog / GuidsDlg.java
index 04f5232dd68bb0fc1159cdd74f95310c460ed687..f9eaa3a0a77d8136164d89a8283a01d9a2b95b3a 100644 (file)
@@ -208,7 +208,7 @@ public class GuidsDlg extends IDialog {
      \r
      **/\r
     private void init() {\r
-        this.setSize(500, 200);\r
+        this.setSize(508, 220);\r
         this.setContentPane(getJScrollPane());\r
         this.setTitle("Guids");\r
         initFrame();\r
@@ -363,7 +363,7 @@ public class GuidsDlg extends IDialog {
         //\r
         if (!isEmpty(this.jComboBoxCName.getSelectedItem().toString())) {\r
             if (!DataValidation.isC_NameType(this.jComboBoxCName.getSelectedItem().toString())) {\r
-                Log.err("Incorrect data type for Guid Name");\r
+                Log.wrn("Update Guids", "Incorrect data type for Guid Name");\r
                 return false;\r
             }\r
         }\r
@@ -373,7 +373,7 @@ public class GuidsDlg extends IDialog {
         //\r
         if (!isEmpty(this.jTextFieldFeatureFlag.getText())) {\r
             if (!DataValidation.isFeatureFlag(this.jTextFieldFeatureFlag.getText())) {\r
-                Log.err("Incorrect data type for Feature Flag");\r
+                Log.wrn("Update Guids", "Incorrect data type for Feature Flag");\r
                 return false;\r
             }\r
         }\r