Project

General

Profile

« Previous | Next » 

Revision 1fee3517

Added by Patrick Plitzner about 9 years ago

  • added . to file chooser
    • fitted layout

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ImportFromFileDataSourceWizardPage.java
67 67
	 * @return a {@link eu.etaxonomy.taxeditor.io.wizard.ImportFromFileDataSourceWizardPage} object.
68 68
	 */
69 69
	protected static ImportFromFileDataSourceWizardPage XML(){
70
		return new ImportFromFileDataSourceWizardPage("Xml File", "Select XML file.", new String[]{"*.xml"});
70
		return new ImportFromFileDataSourceWizardPage("Xml File", "Select XML file.", new String[]{"*.xml","*.*"});
71 71
	}
72 72

  
73 73

  
......
117 117

  
118 118
		});
119 119

  
120

  
120 121
		setControl(composite);
121 122
	}
122 123

  
......
137 138
	public URI getUri() {
138 139
		return getFile().toURI();
139 140
	}
141

  
142

  
140 143
}

Also available in: Unified diff