- changed order of file extension for excel import (fixes #3971)
authorPatric Plitzner <p.plitzner@bgbm.org>
Mon, 15 Dec 2014 16:07:31 +0000 (16:07 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Mon, 15 Dec 2014 16:07:31 +0000 (16:07 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExcelNormalExplicitTaxaImportWizard.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/SpecimenCdmExcelImportWizard.java

index fec238815d0f770d2353a1c274d0a9bdeb0be151..744044a2b4efeaa97acf39a7f06121d62e10a2d7 100644 (file)
@@ -76,7 +76,7 @@ public class ExcelNormalExplicitTaxaImportWizard extends AbstractImportWizard<No
                super.addPages();
 
                dataSourcePage = new ImportFromFileDataSourceWizardPage("Choose NormalExplicit",
                super.addPages();
 
                dataSourcePage = new ImportFromFileDataSourceWizardPage("Choose NormalExplicit",
-                               "Please choose an xls file in the NormalExplicit format.", new String[]{"*.xls" ,"*.xlsx", "*.*"});
+                               "Please choose an xls file in the NormalExplicit format.", new String[]{"*.xlsx", "*.xls", "*.*"});
                addPage(dataSourcePage);
        }
 }
                addPage(dataSourcePage);
        }
 }
index 028225f0ab50c9a65d96d3ac316a112e008bb804..3b8a6e7564cee68f363f7681bd4e66e70677f26e 100644 (file)
@@ -63,7 +63,7 @@ public class SpecimenCdmExcelImportWizard extends AbstractImportWizard<SpecimenC
                super.addPages();
 
                dataSourcePage = new ImportFromFileDataSourceWizardPage("Choose Specimen CDM Excel",
                super.addPages();
 
                dataSourcePage = new ImportFromFileDataSourceWizardPage("Choose Specimen CDM Excel",
-                               "Please choose an xls file in the SpecimenCdmExcel format.", new String[]{"*.xls" ,"*.xlsx", "*.*"});
+                               "Please choose an xls file in the SpecimenCdmExcel format.", new String[]{"*.xlsx", "*.xls", "*.*"});
                addPage(dataSourcePage);
        }
 
                addPage(dataSourcePage);
        }