Project

General

Profile

« Previous | Next » 

Revision 90e1bc8c

Added by Katja Luther over 6 years ago

minor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExportToFileDestinationWizardPage.java
458 458

  
459 459
		classificationLabel = new Label(classificationSelection, SWT.NULL);
460 460
		// TODO not working is not really true but leave it here to remind everyone that this is under construction
461
		classificationLabel.setText("Select Classification");
461
		classificationLabel.setText("Export complete classification");
462 462
		
463 463
		classificationSelectionCombo = new Combo(classificationSelection, SWT.BORDER | SWT.READ_ONLY);
464 464
		classificationSelectionCombo.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, true, 2,1));

Also available in: Unified diff