hopefully fixed #1020
authorn.hoffmann <n.hoffmann@localhost>
Mon, 14 Sep 2009 11:27:42 +0000 (11:27 +0000)
committern.hoffmann <n.hoffmann@localhost>
Mon, 14 Sep 2009 11:27:42 +0000 (11:27 +0000)
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/ImportFromFileDataSourceWizardPage.java

index 34993c9cfdfb44693a18c5953085999e3395cf78..9222e787f2e2303b1e7638dbd07501327efce5e9 100644 (file)
@@ -34,7 +34,7 @@ public class ImportFromFileDataSourceWizardPage extends WizardPage {
        
        public static final String PAGE_NAME = "CdmXmlDataSourceWizardPage";
 
-       private static final String[] EXTENSIONS = {"xml"};
+       private static final String[] EXTENSIONS = {"*.xml"};
 
        private FileDialog fileDialog;