]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/createui/CreateStepFour.java
Fix EDKT263. Change save dialog to open dialog. Update all Frame's titles.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / far / createui / CreateStepFour.java
index 314d0d0b1eceb6c8de32a717731f35e92278e228..24227242805b8fc6a94c627fcd4289ee6323256b 100644 (file)
@@ -35,6 +35,7 @@ import org.tianocore.frameworkwizard.common.Tools;
 import org.tianocore.frameworkwizard.common.ui.IDialog;\r
 import org.tianocore.frameworkwizard.far.AggregationOperation;\r
 import org.tianocore.frameworkwizard.far.Far;\r
+import org.tianocore.frameworkwizard.far.FarStringDefinition;\r
 import org.tianocore.frameworkwizard.far.PackageQuery;\r
 import org.tianocore.frameworkwizard.far.PackageQueryInterface;\r
 import org.tianocore.frameworkwizard.packaging.PackageIdentification;\r
@@ -194,7 +195,7 @@ public class CreateStepFour extends IDialog implements MouseListener {
     private void initialize() {\r
         this.setSize(700, 400);\r
         this.setContentPane(getJContentPane());\r
-        this.setTitle("Create Framework Archive(FAR) - Step 4: Finish");\r
+        this.setTitle(FarStringDefinition.CREATE_STEP_FOUR_TITLE);\r
         this.centerWindow();\r
     }\r
 \r
@@ -207,7 +208,7 @@ public class CreateStepFour extends IDialog implements MouseListener {
         if (jContentPane == null) {\r
             jLabel2 = new JLabel();\r
             jLabel2.setBounds(new java.awt.Rectangle(30,70,111,18));\r
-            jLabel2.setText("Select File to Save:  ");\r
+            jLabel2.setText("File to Save:  ");\r
             jLabel = new JLabel();\r
             jLabel.setBounds(new java.awt.Rectangle(29,108,320,20));\r
             jLabel.setText("This FAR will depend on following packages: ");\r