Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-01-10 08:43:41 +0000
committercletavernie2012-01-10 08:43:41 +0000
commitf0786dfcfc98b43fdfb3d65dc7b3e05ab9ed1ee5 (patch)
tree5e931a4b31ee1afe79f5b3cc72527d84cab737ca /plugins
parent2e1490b52931f2bec8adb35397f7cc4049ec088a (diff)
downloadorg.eclipse.papyrus-f0786dfcfc98b43fdfb3d65dc7b3e05ab9ed1ee5.tar.gz
org.eclipse.papyrus-f0786dfcfc98b43fdfb3d65dc7b3e05ab9ed1ee5.tar.xz
org.eclipse.papyrus-f0786dfcfc98b43fdfb3d65dc7b3e05ab9ed1ee5.zip
346384: Papyrus should provide a wizard to generate a Customization plug-in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=346384
Diffstat (limited to 'plugins')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java2
1 files changed, 1 insertions, 1 deletions
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

Back to the top