mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 10:36:31 +08:00
GP-3924 Added askValues() method to GhidraScript. Allows users to enter
multiple values with one dialog.
This commit is contained in:
@@ -33,8 +33,7 @@ public class ReloadSleighLanguage extends GhidraScript {
|
||||
language.reloadLanguage(monitor);
|
||||
}
|
||||
catch (IOException e) {
|
||||
Msg.showError(this, this.state.getParamPanel(), "Reload Sleigh Language Failed",
|
||||
e.getMessage());
|
||||
Msg.showError(this, null, "Reload Sleigh Language Failed", e.getMessage());
|
||||
return;
|
||||
}
|
||||
currentProgram.setLanguage(language, null, true, monitor);
|
||||
|
||||
Reference in New Issue
Block a user