diff --git a/Ghidra/Framework/Project/src/main/java/ghidra/app/plugin/core/help/AboutDomainObjectUtils.java b/Ghidra/Framework/Project/src/main/java/ghidra/app/plugin/core/help/AboutDomainObjectUtils.java index 862966b8c4..2d46855cab 100644 --- a/Ghidra/Framework/Project/src/main/java/ghidra/app/plugin/core/help/AboutDomainObjectUtils.java +++ b/Ghidra/Framework/Project/src/main/java/ghidra/app/plugin/core/help/AboutDomainObjectUtils.java @@ -63,7 +63,7 @@ public class AboutDomainObjectUtils { if (helpLocation != null) { dialog.setHelpLocation(helpLocation); } - tool.showDialog(dialog, (Component) null); + tool.showDialog(dialog); } private static void addInfo(JPanel panel, String name, String value) {