Project

General

Profile

« Previous | Next » 

Revision 1c146644

Added by Niels Hoffmann over 12 years ago

View differences:

eu.etaxonomy.taxeditor.store.rcp/src/eu/etaxonomy/taxeditor/singlesource/io/wizard/ExportToFileDestinationWizardPageFacadeImpl.java
34 34

  
35 35
	private DirectoryDialog folderDialog;
36 36
	
37
	public ExportToFileDestinationWizardPageFacadeImpl() {
38
		super();
39
	}
40
	
37 41
	private ExportToFileDestinationWizardPageFacadeImpl(String pageName) {
38 42
		super(pageName);
39 43
	}
......
105 109
			}
106 110
		});
107 111

  
108
		// make the composite the wizard pages control
109 112
		setControl(composite);
110 113
	}
111 114
}

Also available in: Unified diff