]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdBuildOptions.java
Fix Sku Info update UI refresh to update the dynamic pcd value for selected sku id.
[mirror_edk2.git] / Tools / Java / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / FpdBuildOptions.java
index b6de4eb7d0b333a0135feb1e0371b38efdfdace0..0bdcfc8a9db1d26747dd270fe5751ffa204866be 100644 (file)
@@ -52,6 +52,7 @@ import org.tianocore.frameworkwizard.common.DataValidation;
 import org.tianocore.frameworkwizard.common.Tools;\r
 import org.tianocore.frameworkwizard.common.Identifications.OpeningPlatformType;\r
 import org.tianocore.frameworkwizard.common.ui.IInternalFrame;\r
+import org.tianocore.frameworkwizard.workspace.Workspace;\r
 \r
 import java.io.File;\r
 import java.util.ArrayList;\r
@@ -1956,7 +1957,7 @@ public class FpdBuildOptions extends IInternalFrame {
                     //\r
                     // Select files from current workspace\r
                     //\r
-                    String dirPrefix = System.getenv("WORKSPACE");\r
+                    String dirPrefix = Workspace.getCurrentWorkspace();\r
                     JFileChooser chooser = new JFileChooser(dirPrefix);\r
                     File theFile = null;\r
                     String headerDest = null;\r