Merge branch 'release/5.8.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / IPreferenceKeys.java
index 754573437187e3adf5abc775cef2972a5aafa2df..216f6de54536499c0a4806c0fe1309c815b7297e 100644 (file)
@@ -93,7 +93,7 @@ public interface IPreferenceKeys {
        /** Constant <code>SORT_RANKS_HIERARCHICHALLY="eu.etaxonomy.taxeditor.menus.sortRanksH"{trunked}</code> */
        public static final String SORT_RANKS_HIERARCHICHALLY = "eu.etaxonomy.taxeditor.menus.sortRanksHierarchichally";
        /** Constant <code>SORT_NODES_NATURALL="eu.etaxonomy.taxeditor.menus.sortNodesN"{trunked}</code> */
-       public static final String SORT_NODES = "eu.etaxonomy.taxeditor.menus.sortNodes";
+       //public static final String SORT_NODES = "eu.etaxonomy.taxeditor.menus.sortNodes";
 
        /** Constant <code>RESTORE_NAVIGATOR_STATE="eu.etaxonomy.taxeditor.taxonnavigator.restoreState"{trunked}</code> */
        public static final String RESTORE_NAVIGATOR_STATE = "eu.etaxonomy.taxeditor.taxonnavigator.restoreState";
@@ -191,6 +191,7 @@ public interface IPreferenceKeys {
     public static final String ABCD_IMPORT_CONFIGURATOR_DEFAULT_AUTHOR = "eu.etaxonomy.taxeditor.abcd_import_configurator.defaultAuthor";
     public static final String ABCD_IMPORT_CONFIGURATOR_CLASSIFICATION_UUID =  "eu.etaxonomy.taxeditor.abcd_import_configurator.classificationUuid";
     public static final String ABCD_IMPORT_CONFIGURATOR_NOMENCLATURAL_CODE = "eu.etaxonomy.taxeditor.abcd_import_configurator.nomenclaturalCode";
+    public static final String ABCD_IMPORT_CONFIGURATOR_DNA_PROVIDER = "eu.etaxonomy.taxeditor.abcd_import_configurator.dnaProvider";