X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FMigrationTools%2Forg%2Ftianocore%2Fmigration%2FMsaTreeEditor.java;h=5eb688ce0e8d9e90770737933b0b896315af0d08;hp=19c3dcd984a50f0338ef6495af707507dc643a75;hb=7bcb8d17b2c26ede333005e1edb1365ba7d9213a;hpb=b3914481294aeeba61409b0c474ed78fdb6bcd45 diff --git a/Tools/Source/MigrationTools/org/tianocore/migration/MsaTreeEditor.java b/Tools/Source/MigrationTools/org/tianocore/migration/MsaTreeEditor.java index 19c3dcd984..5eb688ce0e 100644 --- a/Tools/Source/MigrationTools/org/tianocore/migration/MsaTreeEditor.java +++ b/Tools/Source/MigrationTools/org/tianocore/migration/MsaTreeEditor.java @@ -104,7 +104,7 @@ public class MsaTreeEditor extends JPanel { } private void addNode() { - addNode((DefaultMutableTreeNode)(tree.getSelectionPath().getLastPathComponent()), ui.getInput("Input Node Name")); + addNode((DefaultMutableTreeNode)(tree.getSelectionPath().getLastPathComponent()), MigrationTool.ui.getInput("Input Node Name")); } private void addNode(DefaultMutableTreeNode parentNode, Object child) {