ref #7998 Disabled vocabulary text field
authorPatrick Plitzner <p.plitzner@bgbm.org>
Fri, 1 Feb 2019 11:14:07 +0000 (12:14 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Fri, 1 Feb 2019 11:14:07 +0000 (12:14 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/character/CharacterEditor.java

index 758a07b80f101329c34ea153fe99894af880325f..df6fcc529ce25ae78156071c8a31f8ba11e03ee2 100644 (file)
@@ -140,6 +140,7 @@ public class CharacterEditor implements IFeatureTreeEditor,IConversationEnabled,
         Label lblVocImport = new Label(vocChooserComposite, SWT.NONE);
         lblVocImport.setText("Character vocabulary");
         Text txtVocabulary = new Text(vocChooserComposite, SWT.NONE);
+        txtVocabulary.setEnabled(false);
         Button btnChooseVoc = new Button(vocChooserComposite, SWT.PUSH);
         btnChooseVoc.setImage(ImageResources.getImage(ImageResources.BROWSE_ICON));
         btnChooseVoc.addSelectionListener(new SelectionAdapter() {