mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 15:01:26 +08:00
GP-1913 - Updated data type synchronization workflow by adding a new action and a home button to the structure editor. Added action to the composite editors and enum editor to show the type being edited in the Data Type Manager's tree.
This commit is contained in:
@@ -93,7 +93,7 @@ public class DeveloperDumpAllTypesScript extends GhidraScript {
|
||||
}
|
||||
String userChoice =
|
||||
OptionDialog.showInputChoiceDialog(null, "Choose a Data Type Manager or Cancel",
|
||||
"Choose", names, initialDtmChoice, OptionDialog.CANCEL_OPTION);
|
||||
"Choose", names, initialDtmChoice, OptionDialog.PLAIN_MESSAGE);
|
||||
if (userChoice == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user