Project

General

Profile

« Previous | Next » 

Revision 80d42373

Added by Patrick Plitzner over 9 years ago

  • changed order of file extension for excel import (fixes #3971)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExcelNormalExplicitTaxaImportWizard.java
76 76
		super.addPages();
77 77

  
78 78
		dataSourcePage = new ImportFromFileDataSourceWizardPage("Choose NormalExplicit",
79
				"Please choose an xls file in the NormalExplicit format.", new String[]{"*.xls" ,"*.xlsx", "*.*"});
79
				"Please choose an xls file in the NormalExplicit format.", new String[]{"*.xlsx", "*.xls", "*.*"});
80 80
		addPage(dataSourcePage);
81 81
	}
82 82
}
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/SpecimenCdmExcelImportWizard.java
63 63
		super.addPages();
64 64

  
65 65
		dataSourcePage = new ImportFromFileDataSourceWizardPage("Choose Specimen CDM Excel",
66
				"Please choose an xls file in the SpecimenCdmExcel format.", new String[]{"*.xls" ,"*.xlsx", "*.*"});
66
				"Please choose an xls file in the SpecimenCdmExcel format.", new String[]{"*.xlsx", "*.xls", "*.*"});
67 67
		addPage(dataSourcePage);
68 68
	}
69 69

  

Also available in: Unified diff