From f0786dfcfc98b43fdfb3d65dc7b3e05ab9ed1ee5 Mon Sep 17 00:00:00 2001 From: cletavernie Date: Tue, 10 Jan 2012 08:43:41 +0000 Subject: 346384: Papyrus should provide a wizard to generate a Customization plug-in https://bugs.eclipse.org/bugs/show_bug.cgi?id=346384 --- .../papyrus/customization/factory/PropertyViewExtensionFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java b/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java index b6ebebc8be6..cf5859d90cf 100644 --- a/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java +++ b/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java @@ -44,7 +44,7 @@ public class PropertyViewExtensionFactory extends FileBasedExtensionFactory { protected IStatus result; public PropertyViewExtensionFactory() { - super(Messages.PropertyViewExtensionFactory_PropertyView, "org.eclipse.papyrus.views.properties.Context", "contextModel", "context", true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ + super(Messages.PropertyViewExtensionFactory_PropertyView, "org.eclipse.papyrus.views.properties.context", "contextModel", "context", true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ } @Override -- cgit v1.2.3