Project

General

Profile

« Previous | Next » 

Revision a5ab2aba

Added by Katja Luther over 6 years ago

add title to setXXToSubtree

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/SetSecundumForSubtreeConfigurationWizard.java
12 12

  
13 13
import eu.etaxonomy.cdm.api.service.config.SecundumForSubtreeConfigurator;
14 14
import eu.etaxonomy.cdm.model.reference.Reference;
15
import eu.etaxonomy.taxeditor.l10n.Messages;
15 16

  
16 17
/**
17 18
 * @author k.luther
......
43 44
       // super(parentShell, dialogTitle, dialogTitleImage, dialogMessage, dialogImageType, dialogButtonLabels, defaultIndex);
44 45
        this.configurator = config;
45 46
        setNeedsProgressMonitor(true);
47
        this.setWindowTitle(Messages.SetSecundumConfiguration_Title);
46 48

  
47 49

  
48 50

  

Also available in: Unified diff