Révision 1521

tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/imports/sections/InfosSection.java (revision 1521)
23 23
public class InfosSection extends ImportEditorSection {
24 24
	
25 25
	private static final int SECTION_SIZE = 2;
26
	Label corpusNameLabel; // color change if the corpus name is malformed
26
//	Label corpusNameLabel; // color change if the corpus name is malformed
27 27
	private Text descText;
28 28
	
29 29
	public InfosSection(FormToolkit toolkit2, ScrolledForm form2, Composite parent, int style) {
......
86 86

  
87 87
	@Override
88 88
	public boolean checkFields() {
89
		corpusNameLabel.setBackground(corpusNameLabel.getParent().getBackground());
89
//		corpusNameLabel.setBackground(corpusNameLabel.getParent().getBackground());
90 90
		return true;
91 91
	}
92 92

  

Formats disponibles : Unified diff