Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/mediawiki/plugin_dev.html')
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/mediawiki/plugin_dev.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/mediawiki/plugin_dev.html b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/mediawiki/plugin_dev.html
index 43e5b84ce90..f941ccb211d 100644
--- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/mediawiki/plugin_dev.html
+++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/mediawiki/plugin_dev.html
@@ -11,7 +11,7 @@
<img border="0" src="../img/LoadCustomizationsDialog.png"/>
</p>
<p>To open this dialog to let the user select customizations, use <code>ILoadCustomizationsDialogFactory#createLoadCustomizationDialog</code> from the plug-in
- <b>org.eclipse.emf.facet.custom.ui</b>. For example:
+ <b>org.eclipse.papyrus.emf.facet.custom.ui</b>. For example:
</p>
<pre>
ILoadCustomizationsDialogListener callback = new ILoadCustomizationsDialogListener() {

Back to the top