Moved all logging and dialog functionality to the new class MessagingUtils.
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / descriptive / operation / EditInXper2Handler.java
index c2607953e5564a40bbbc9bcb7b7f0fac538a3270..5e22395994911bd4e22815af039833f0303b36dd 100644 (file)
@@ -7,7 +7,7 @@ import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;\r
 import org.eclipse.core.commands.ExecutionException;\r
 \r
-import eu.etaxonomy.taxeditor.editor.EditorUtil;\r
+import eu.etaxonomy.taxeditor.model.MessagingUtils;\r
 \r
 /**\r
  * @author n.hoffmann\r
@@ -20,7 +20,7 @@ public class EditInXper2Handler extends AbstractHandler {
         */\r
        @Override\r
        public Object execute(ExecutionEvent event) throws ExecutionException {\r
-               EditorUtil.warningDialog("Operation not supported yet", getClass(), "This operation is not supported yet.");\r
+               MessagingUtils.warningDialog("Operation not supported yet", getClass(), "This operation is not supported yet.");\r
                return null;\r
        }\r
 \r