Revision aee8ed69
ref #8447: move hybrids and synonyms
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/PublishSubTreeConfiguratorWizardPage.java | ||
---|---|---|
100 | 100 |
btnIncludeAcceptedTaxa.setText(Messages.SetPublishConfiguration_IncludeAcceptedTaxa); |
101 | 101 |
btnIncludeAcceptedTaxa.addSelectionListener(this); |
102 | 102 |
|
103 |
btnIncludeSynonyms = new Button(control, SWT.CHECK); |
|
104 |
btnIncludeSynonyms.setText(Messages.SetPublishConfiguration_IncludeSynonyms); |
|
105 |
|
|
103 | 106 |
btnIncludeMisappliedNames = new Button(control, SWT.CHECK); |
104 | 107 |
btnIncludeMisappliedNames.setText(Messages.SetPublishConfiguration_IncludeMisappliedNames); |
105 | 108 |
btnIncludeMisappliedNames.addSelectionListener(this); |
... | ... | |
108 | 111 |
btnIncludeProParteSynonyms.setText(Messages.SetPublishConfiguration_IncludeProParteSynonyms); |
109 | 112 |
btnIncludeProParteSynonyms.addSelectionListener(this); |
110 | 113 |
|
111 |
btnIncludeHybrids = new Button(control, SWT.CHECK); |
|
112 |
btnIncludeHybrids.setText(Messages.SetPublishConfiguration_IncludeHybrids); |
|
113 |
btnIncludeHybrids.addSelectionListener(this); |
|
114 |
|
|
115 |
btnIncludeSynonyms = new Button(control, SWT.CHECK); |
|
116 |
btnIncludeSynonyms.setText(Messages.SetPublishConfiguration_IncludeSynonyms); |
|
117 |
|
|
118 | 114 |
Label space = new Label(control, SWT.NONE); |
119 | 115 |
|
120 | 116 |
btnIncludeSharedTaxa = new Button(control, SWT.CHECK); |
121 | 117 |
btnIncludeSharedTaxa.setText(Messages.SetPublishConfiguration_IncludeSharedtaxa); |
122 | 118 |
|
119 |
btnIncludeHybrids = new Button(control, SWT.CHECK); |
|
120 |
btnIncludeHybrids.setText(Messages.SetPublishConfiguration_IncludeHybrids); |
|
121 |
|
|
122 |
|
|
123 | 123 |
m_bindingContext = initDataBindings(); |
124 | 124 |
|
125 | 125 |
setControl(composite); |
Also available in: Unified diff