Project

General

Profile

« Previous | Next » 

Revision 4ddda5ae

Added by Katja Luther almost 7 years ago

minor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/OpenImportPreferenceHandler.java
11 11
import org.eclipse.e4.core.di.annotations.Execute;
12 12
import org.eclipse.jface.wizard.WizardDialog;
13 13

  
14
import eu.etaxonomy.taxeditor.databaseAdmin.wizard.ImportPreferences;
14
import eu.etaxonomy.taxeditor.databaseAdmin.wizard.ImportPreferencesWizard;
15 15
import eu.etaxonomy.taxeditor.model.AbstractUtility;
16 16

  
17 17
/**
......
22 22
public class OpenImportPreferenceHandler {
23 23
    @Execute
24 24
    public Object execute(){
25
        ImportPreferences importPreferencesWizard = new ImportPreferences();
25
        ImportPreferencesWizard importPreferencesWizard = new ImportPreferencesWizard();
26 26
        WizardDialog dialog = new WizardDialog(AbstractUtility.getShell(),
27 27
                importPreferencesWizard);
28 28

  

Also available in: Unified diff