Project

General

Profile

« Previous | Next » 

Revision b1bafade

Added by Patrick Plitzner over 9 years ago

  • set page to be complete
    • changed text

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ClassificationChooserWizardPage.java
64 64
	 * @return a {@link eu.etaxonomy.taxeditor.io.wizard.ClassificationChooserWizardPage} object.
65 65
	 */
66 66
	protected static ClassificationChooserWizardPage createPage(){
67
		return new ClassificationChooserWizardPage("Choose Classification", "Selecting no classification will create a default one.");
67
		return new ClassificationChooserWizardPage("Choose Classification", "Note: Selecting no classification will create a default one.");
68 68
	}
69 69

  
70 70

  
......
77 77
    public void createControl(Composite parent) {
78 78
		final Composite composite = new Composite(parent, SWT.NULL);
79 79

  
80
		setPageComplete(false);
81

  
82 80
		GridLayout gridLayout = new GridLayout();
83 81
		gridLayout.numColumns = 4;
84 82
		composite.setLayout(gridLayout);

Also available in: Unified diff