Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-09-26 11:58:16 +0000
committerBenoit Maggi2017-09-27 07:41:10 +0000
commit9538bbff683a3eb1e01e66367bb2324e82242b82 (patch)
tree09144bedf087c585a6af7e6e5dacd02ef1fba0e1 /examples
parentb1d691c5353bfa06a60358cbb50bbc7826fa94d2 (diff)
downloadorg.eclipse.papyrus-9538bbff683a3eb1e01e66367bb2324e82242b82.tar.gz
org.eclipse.papyrus-9538bbff683a3eb1e01e66367bb2324e82242b82.tar.xz
org.eclipse.papyrus-9538bbff683a3eb1e01e66367bb2324e82242b82.zip
Bug 525256 [userxp] moving menu from main menu to developer menu
- changing the urilocation Change-Id: Ieee27d14e9af96595b3fab37ce338373eb8a3521 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525256 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'examples')
-rw-r--r--examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml b/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml
index e547bc1f9dd..e8baf5a9809 100644
--- a/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml
+++ b/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml
@@ -35,7 +35,7 @@
<extension
point="org.eclipse.ui.menus">
<menuContribution
- locationURI="menu:org.eclipse.ui.main.menu?after=navigate">
+ locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
<menu
id="org.eclipse.example.multitext.ui.menu"
label="Sash Windows Full Editor">

Back to the top