From: Patric Plitzner Date: Fri, 16 Jan 2015 10:49:30 +0000 (+0000) Subject: - set page to be complete X-Git-Tag: 3.6.0~255 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/b1bafade146a68f3dd0bf634142a453002a390da - set page to be complete - changed text --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ClassificationChooserWizardPage.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ClassificationChooserWizardPage.java index 85d1d03b6..716481ae9 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ClassificationChooserWizardPage.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ClassificationChooserWizardPage.java @@ -64,7 +64,7 @@ public class ClassificationChooserWizardPage extends WizardPage implements Liste * @return a {@link eu.etaxonomy.taxeditor.io.wizard.ClassificationChooserWizardPage} object. */ protected static ClassificationChooserWizardPage createPage(){ - return new ClassificationChooserWizardPage("Choose Classification", "Selecting no classification will create a default one."); + return new ClassificationChooserWizardPage("Choose Classification", "Note: Selecting no classification will create a default one."); } @@ -77,8 +77,6 @@ public class ClassificationChooserWizardPage extends WizardPage implements Liste public void createControl(Composite parent) { final Composite composite = new Composite(parent, SWT.NULL); - setPageComplete(false); - GridLayout gridLayout = new GridLayout(); gridLayout.numColumns = 4; composite.setLayout(gridLayout);