JAL-3048 wip externalise trigger from RunResponse
[jalview.git] / src / jalview / gui / EditNameDialog.java
index bbb7a20..c976545 100644 (file)
@@ -107,9 +107,7 @@ public class EditNameDialog
   }
 
   /**
-   * Shows the dialog, and runs the response action if OK is selected. Note the
-   * RunResponse should be constructed to act on dialog return value
-   * JvOptionPane.OK_OPTION.
+   * Shows the dialog, and runs the response action if OK is selected
    * 
    * @param action
    */
@@ -118,7 +116,7 @@ public class EditNameDialog
   {
     Object[] options = new Object[] { MessageManager.getString("action.ok"),
         MessageManager.getString("action.cancel") };
-    JvOptionPane.newOptionDialog(parent).addResponse(action)
+    JvOptionPane.newOptionDialog(parent).addResponse(0, action)
             .showInternalDialog(panel, title,
                     JvOptionPane.YES_NO_CANCEL_OPTION,
                     JvOptionPane.PLAIN_MESSAGE, null, options,