Project

General

Profile

« Previous | Next » 

Revision d3dc900f

Added by Katja Luther almost 7 years ago

add source reference string to excelImport wizard and missing imageRessource changes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ImportFromFileDataSourceWizardPage.java
99 99
        labelRef.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, 1));
100 100
        textReferenceString = new Text(composite, SWT.NONE);
101 101
        textReferenceString.setEnabled(true);
102
        GridData gd_textReferenceString = new GridData(SWT.LEFT, SWT.CENTER, true, true, 3, 1);
102
        GridData gd_textReferenceString = new GridData(SWT.LEFT, SWT.TOP, true, true, 1, 1);
103 103
        gd_textReferenceString.widthHint = 229;
104 104
        textReferenceString.setLayoutData(gd_textReferenceString);
105 105
		setControl(composite);
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java
166 166
    public static final String CHARACTER_DATA_DERIVATE = "character_data_derivate";
167 167

  
168 168
    public static final String WEB = "web";
169
    public static final String DATE = "dates";
169 170

  
170 171

  
171 172
	/***************************************************************************
......
397 398

  
398 399
		registerImage(registry, WEB,
399 400
		        "web.gif");
401
		registerImage(registry, DATE,
402
		        "dates.gif");
400 403

  
401 404
	}
402 405

  

Also available in: Unified diff