mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Tests - fixes related to recent dialog actions update
This commit is contained in:
parent
cd084aee7b
commit
6b468e196a
9 changed files with 55 additions and 43 deletions
|
@ -110,7 +110,7 @@ public class ManagePluginsDialog extends DialogComponentProvider implements Chan
|
|||
addAction(configureAllPluginsAction);
|
||||
|
||||
if (addSaveActions) {
|
||||
saveAction = new DockingAction("Save Tool", ToolConstants.TOOL_OWNER) {
|
||||
saveAction = new DockingAction("Save New Tool", ToolConstants.TOOL_OWNER) {
|
||||
@Override
|
||||
public void actionPerformed(ActionContext context) {
|
||||
save();
|
||||
|
@ -125,7 +125,7 @@ public class ManagePluginsDialog extends DialogComponentProvider implements Chan
|
|||
saveAction.setDescription("Save tool to tool chest");
|
||||
addAction(saveAction);
|
||||
|
||||
saveAsAction = new DockingAction("Save Tool As", ToolConstants.TOOL_OWNER) {
|
||||
saveAsAction = new DockingAction("Save New Tool As", ToolConstants.TOOL_OWNER) {
|
||||
@Override
|
||||
public void actionPerformed(ActionContext context) {
|
||||
saveAs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue