Generalize title creation for cdm view parts
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / concept / graph / ConceptGraphView.java
index 01ca52b887b002e49c861b3d5e9bc1b9bba5b3e9..356e9e5cddc2f1b4922ea04309376fce690f833a 100644 (file)
@@ -123,5 +123,10 @@ public class ConceptGraphView extends AbstractCdmEditorViewPart {
                return layoutAlgoritm;
        }
 
+       @Override
+       protected String getViewName() {
+               return "Concept Graph";
+       }
+
 
 }