Project

General

Profile

« Previous | Next » 

Revision 1e45e654

Added by Katja Luther over 5 years ago

ref #7440: filter common name references only when preference is set

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/TaxonomicEditorGeneralPreferences.java
67 67
		addField(new BooleanFieldEditor(IPreferenceKeys.SORT_TAXA_BY_RANK_AND_NAME,
68 68
                "In selection dialogs for taxa, sort by rank and name",
69 69
                getFieldEditorParent()));
70
		addField(new BooleanFieldEditor(
71
                IPreferenceKeys.FILTER_COMMON_NAME_REFERENCES,
72
                "Filter common name references", getFieldEditorParent()));
70 73

  
71 74
		Composite composite = new Composite(getFieldEditorParent(), SWT.NULL);
72 75
        composite.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false, 2, 1));

Also available in: Unified diff