Tests - fixes related to recent dialog actions update

This commit is contained in:
dragonmacher 2020-03-10 16:29:28 -04:00
parent cd084aee7b
commit 6b468e196a
9 changed files with 55 additions and 43 deletions

View file

@ -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();