From: Katja Luther Date: Tue, 5 Jul 2016 13:01:46 +0000 (+0200) Subject: minor X-Git-Tag: 4.2.0^2~6 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/d2acf582f204bfb1bd9bf13abce7716464d70cad minor --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/translation/TranslationWizardPage.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/translation/TranslationWizardPage.java index b217e7f5f..7036537c1 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/translation/TranslationWizardPage.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/translation/TranslationWizardPage.java @@ -173,6 +173,7 @@ public class TranslationWizardPage extends WizardPage{ Language language = combo_targetLanguage.getSelection(); if (language == null){ + setPageComplete(false); return; }