Project

General

Profile

« Previous | Next » 

Revision fe505329

Added by Katja Luther over 6 years ago

change oder of export wizardpages

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/DarwinCoreArchiveExportWizard.java
92 92
	 */
93 93
	@Override
94 94
	public void addPages() {
95
		super.addPages();
95
		
96 96

  
97 97
		page = ExportToFileDestinationWizardPage.Dwca(configurator);
98 98
		addPage(page);
99
		super.addPages();
99 100
	}
100 101
}

Also available in: Unified diff