Distinguish text-only output formats and others (.jar/.jvp)
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index 73d1b3c..44c4192 100755 (executable)
@@ -245,7 +245,7 @@ public class GAlignFrame extends JInternalFrame
       setJMenuBar(alignFrameMenuBar);
 
       // dynamically fill save as menu with available formats
-      for (String ff : FileFormat.getWritableFormats())
+      for (String ff : FileFormat.getWritableFormats(true))
       {
         JMenuItem item = new JMenuItem(ff);