Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-12-04 15:50:11 +0000
committervincent lorenzo2015-12-07 15:51:40 +0000
commit8273d980ae48481b714459774d2ab8be4155d8b8 (patch)
treed0b3bc56969958c492480c9dcdbacaffe620b0c4 /plugins/uml/nattable
parentc6530a062e243589efeb66ab152fb298528449cc (diff)
downloadorg.eclipse.papyrus-8273d980ae48481b714459774d2ab8be4155d8b8.tar.gz
org.eclipse.papyrus-8273d980ae48481b714459774d2ab8be4155d8b8.tar.xz
org.eclipse.papyrus-8273d980ae48481b714459774d2ab8be4155d8b8.zip
bug 481727: [Table] Papyrus must refactore the popup menu of the table
https://bugs.eclipse.org/bugs/show_bug.cgi?id=481727 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/uml/nattable')
-rw-r--r--plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml
index 9f60ca00c78..71aa6ed2d65 100644
--- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml
+++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml
@@ -2460,7 +2460,7 @@
point="org.eclipse.ui.menus">
<menuContribution
allPopups="true"
- locationURI="popup:org.eclipse.papyrus.infra.nattable.widget.menu?after=creations">
+ locationURI="popup:org.eclipse.papyrus.infra.nattable.widget.menu?after=creations.separator">
<menu
id="org.eclipse.papyrus.uml.nattable.create.uml.menu"
label="Create UML Element">

Back to the top