Project

General

Profile

« Previous | Next » 

Revision 185eb33b

Added by Katja Luther over 5 years ago

ref #7849: improve DB preference handling and use editorpreferencePredicates keys also for local preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/e4/OpenDistributionStatusWizardAdminHandler.java
15 15
import org.eclipse.jface.wizard.WizardDialog;
16 16
import org.eclipse.swt.widgets.Shell;
17 17

  
18
import eu.etaxonomy.taxeditor.preference.wizard.AvailableDistributionStatusWizard;
18
import eu.etaxonomy.taxeditor.preference.wizard.AvailableDistributionStatusAdminWizard;
19 19

  
20 20
/**
21 21
 * @author k.luther
......
28 28
    @Execute
29 29
    public void execute(@Named(IServiceConstants.ACTIVE_SHELL)Shell shell) {
30 30

  
31
        AvailableDistributionStatusWizard wizard = new AvailableDistributionStatusWizard();
31
        AvailableDistributionStatusAdminWizard wizard = new AvailableDistributionStatusAdminWizard();
32 32

  
33 33
        WizardDialog dialog = new WizardDialog(shell,
34 34
                wizard);

Also available in: Unified diff