ref #7086 Set text field to non-editable
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / workingSet / WorkingSetComposite.java
index 7c9cd9e05ef44142c75fac9992ea973ff25fe7a4..2c93f945483476f12f51bc1c270adeae5ab74570 100644 (file)
@@ -49,6 +49,7 @@ public class WorkingSetComposite extends Composite {
         lblNewLabel.setText("Working set label");
 
         txt_label = new Text(this, SWT.BORDER);
+        txt_label.setEditable(false);
         txt_label.setLayoutData(new GridData(SWT.FILL, SWT.TOP, false, false, 1, 1));
 
         Label lblNewLabel_1 = new Label(this, SWT.NONE);