Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.behavior/plugin.xml')
-rw-r--r--plugins/org.eclipse.etrice.ui.behavior/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.ui.behavior/plugin.xml b/plugins/org.eclipse.etrice.ui.behavior/plugin.xml
index ea588fa4c..e1e5655e0 100644
--- a/plugins/org.eclipse.etrice.ui.behavior/plugin.xml
+++ b/plugins/org.eclipse.etrice.ui.behavior/plugin.xml
@@ -32,7 +32,7 @@
extensions="behavior"
icon="icons/Behavior.gif"
id="org.eclipse.etrice.ui.behavior.editor.BehaviorEditor"
- matchingStrategy="org.eclipse.graphiti.ui.editor.DiagramEditorFactory$DiagramEditorMatchingStrategy"
+ matchingStrategy="org.eclipse.graphiti.ui.editor.DiagramEditorMatchingStrategy"
name="ROOM Behavior Editor">
<contentTypeBinding
contentTypeId="org.eclipse.graphiti.content.diagram">

Back to the top