formatAdapter.formats
[jalview.git] / src / jalview / gui / CutAndPasteTransfer.java
index 67bce4a..8372a79 100755 (executable)
@@ -16,8 +16,8 @@ public class CutAndPasteTransfer extends GCutAndPasteTransfer
   public CutAndPasteTransfer(boolean forImport)
   {
     super();
-    for (int i = 0; i < jalview.io.FormatProperties.getFormats().size(); i++) {
-     formatChoice.addItem((String)jalview.io.FormatProperties.getFormats().elementAt(i));
+    for (int i = 0; i < jalview.io.FormatAdapter.formats.size(); i++) {
+     formatChoice.addItem((String)jalview.io.FormatAdapter.formats.elementAt(i));
    }