smaller changes
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / configurator / SetSecundumForSubtreeConfigurationWizard.java
index 88dc76c457edbb2d868f81d37b32e51c18eb3cd9..254a5023175f974a5ec1110f70be6f9233c87071 100755 (executable)
@@ -12,6 +12,7 @@ import org.eclipse.jface.wizard.Wizard;
 
 import eu.etaxonomy.cdm.api.service.config.SecundumForSubtreeConfigurator;
 import eu.etaxonomy.cdm.model.reference.Reference;
+import eu.etaxonomy.taxeditor.l10n.Messages;
 
 /**
  * @author k.luther
@@ -43,6 +44,7 @@ public class SetSecundumForSubtreeConfigurationWizard extends Wizard {
        // super(parentShell, dialogTitle, dialogTitleImage, dialogMessage, dialogImageType, dialogButtonLabels, defaultIndex);
         this.configurator = config;
         setNeedsProgressMonitor(true);
+        this.setWindowTitle(Messages.SetSecundumConfiguration_Title);