Project

General

Profile

« Previous | Next » 

Revision ac7ed4b3

Added by Patrick Plitzner almost 6 years ago

ref #7329 Fix label of bulk editor part

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java
115 115
	    //layout needed because the search bar is added after @PostConstuct method
116 116
	    topComposite.getParent().layout();
117 117

  
118
	    thisPart.setLabel(input.getName());
118
	    thisPart.setLabel(input.getEditorName());
119 119

  
120 120
	    //create columns
121 121
	    Table table = viewer.getTable();
122
	    String[] titles = {"Specimen", "Type"};
122
	    String[] titles = {input.getName(), "Type"};
123 123
	    int[] bounds = {500, 100};
124 124

  
125 125
	    ColumnViewerEditorActivationStrategy activationSupport = new ColumnViewerEditorActivationStrategy(viewer) {

Also available in: Unified diff