JAL-3048 revised AlignExportSettings dialog with response action
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index 61aa2fc..a83c688 100755 (executable)
@@ -224,7 +224,7 @@ public class GAlignFrame extends JInternalFrame
           @Override
           public void actionPerformed(ActionEvent e)
           {
-            outputText_actionPerformed(e);
+            outputText_actionPerformed(e.getActionCommand());
           }
         });
 
@@ -2188,7 +2188,7 @@ public class GAlignFrame extends JInternalFrame
   {
   }
 
-  protected void outputText_actionPerformed(ActionEvent e)
+  protected void outputText_actionPerformed(String formatName)
   {
   }