Project

General

Profile

« Previous | Next » 

Revision 09f08a00

Added by Katja Luther almost 9 years ago

changes for #4908

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/ChangeAcceptedTaxonToSynonymOperation.java
86 86
				
87 87
		    	MessagingUtils.informationDialog("Synonym created but taxon is not deleted.", exceptionString);		    	
88 88
		    } else if (result.isAbort() || result.isError()){
89
		    	MessagingUtils.errorDialog("Synonym could not created", null, result.toString(), null, null, true);
89
		    	MessagingUtils.errorDialog("Synonym could not created", null, result.toString(), TaxeditorNavigationPlugin.PLUGIN_ID, null, true);
90 90
		    }
91 91
		} catch (IllegalArgumentException e) {
92 92
            MessagingUtils.errorDialog("Operation failed", this, e.getMessage(), TaxeditorNavigationPlugin.PLUGIN_ID, e, false);

Also available in: Unified diff