Initial implementation of CDM data reading and writing in AlignmentEditor.
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / handler / LoadPherogramHandler.java
index 0d53ed3139c7281c95ffab0a0931eab641df296e..a803a64d6b58b4595eaa22a71dedd0080d63e028 100644 (file)
@@ -51,7 +51,7 @@ public class LoadPherogramHandler extends AbstractHandler {
             String path = fileDialog.open();
             if (path != null) {
                try {
-                       alignmentEditor.addRead(new File(path).toURI());
+                       alignmentEditor.addRead(new File(path).toURI(), false);
                }
                catch (UnsupportedChromatogramFormatException e) {
                     MessagingUtils.errorDialog("Unsupported format", this, "The format of the pherogram file \"" + path +