]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Fix the bug missing initialize ToolCode drop down list when add a new source file
authorhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Jul 2006 05:24:42 +0000 (05:24 +0000)
committerhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Jul 2006 05:24:42 +0000 (05:24 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1135 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/SourceFilesDlg.java

index 062d637384f9ede01a5ca2119881edbad23ddd70..baed15e20afe8001362616aa9902c91ea54cfad7 100644 (file)
@@ -276,6 +276,7 @@ public class SourceFilesDlg extends IDialog {
         this.setTitle("Source Files");\r
         this.setViewMode(false);\r
         this.centerWindow();\r
+        Tools.generateComboBoxByVector(iComboBoxToolCode, ed.getVToolCode());\r
     }\r
 \r
     /**         \r