- set page to be complete
authorPatric Plitzner <p.plitzner@bgbm.org>
Fri, 16 Jan 2015 10:49:30 +0000 (10:49 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Fri, 16 Jan 2015 10:49:30 +0000 (10:49 +0000)
 - changed text

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ClassificationChooserWizardPage.java

index 85d1d03b6abecd4e7a12e7b583175b496161e7f4..716481ae99e61bef28a2185bbea0774b2eb2c1cc 100644 (file)
@@ -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);