Révision 1420

tmp/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/editors/LexicalTableEditor.java (revision 1420)
179 179

  
180 180
			// unit property
181 181
			new Label(mainParametersArea, SWT.NONE).setText(TXMCoreMessages.common_property);
182
			this.unitPropertyComboViewer = new PropertiesComboViewer(mainParametersArea, this, true,
182
			this.unitPropertyComboViewer = new PropertiesComboViewer(mainParametersArea, this, false,
183 183
					CQPCorpus.getFirstParentCorpus(this.getResult()).getOrderedProperties(),
184 184
					this.getResult().getProperty(), false);
185 185

  
tmp/org.txm.specificities.rcp/src/org/txm/specificities/rcp/editors/SpecificitiesEditor.java (revision 1420)
109 109
			if (!this.getResult().getParent().isVisible())	{
110 110
				// unit property
111 111
				new Label(mainParametersArea, SWT.NONE).setText(TXMCoreMessages.common_property);
112
				this.unitPropertyComboViewer = new PropertiesComboViewer(mainParametersArea, this, true,
112
				this.unitPropertyComboViewer = new PropertiesComboViewer(mainParametersArea, this, false,
113 113
						CQPCorpus.getFirstParentCorpus(this.getResult()).getOrderedProperties(),
114 114
						this.getResult().getUnitProperty(), false);
115 115
			}

Formats disponibles : Unified diff