latest changes from trunk
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / derivateSearch / DerivateSearchComposite.java
index 60bc2a1c4472182457dcba856b82f9086a149134..8ef16a6422f2345a218b9e70f4f8a4c9698707dc 100644 (file)
@@ -70,7 +70,7 @@ public class DerivateSearchComposite extends Composite {
         new Label(this, SWT.NONE);
         new Label(this, SWT.NONE);
 
-        resultViewer = new TableViewer(this, SWT.BORDER | SWT.FULL_SELECTION);
+        resultViewer = new TableViewer(this, SWT.BORDER | SWT.FULL_SELECTION | SWT.MULTI);
         table = resultViewer.getTable();
         table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 6, 4));