Project

General

Profile

« Previous | Next » 

Revision 200e8530

Added by Patrick Plitzner over 6 years ago

ref #6595 Use only e4 handler for opening name editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/handler/EditNewTaxonHandler.java
39 39
		logger.debug("Handler called: " + this.getClass().getCanonicalName()); //$NON-NLS-1$
40 40
		
41 41
		try {
42
			EditorUtil.openEmpty(null);
42
			EditorUtil.openEmptyE4(null);
43 43
		} catch (PartInitException e) {
44 44
			e.printStackTrace();
45 45
		}

Also available in: Unified diff