Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2016-05-17 15:24:23 +0000
committerGerrit Code Review @ Eclipse.org2016-05-17 16:02:32 +0000
commit45f871507e1624c8484da75e83f4e3776b170ded (patch)
treebc8443f2045b6b122fb9544f9235d2ce10459f1b /plugins
parent6ef56a3d2e1b531d2de480875f70f3c27a2f169d (diff)
downloadorg.eclipse.papyrus-45f871507e1624c8484da75e83f4e3776b170ded.tar.gz
org.eclipse.papyrus-45f871507e1624c8484da75e83f4e3776b170ded.tar.xz
org.eclipse.papyrus-45f871507e1624c8484da75e83f4e3776b170ded.zip
Bug 493701: [Communication Diagram] Palette is empty
https://bugs.eclipse.org/bugs/show_bug.cgi?id=493701 - Revert an accidental modification of the Palette configuration (A Drawer became a Stack, which was illegal) Change-Id: Ia941756f42b295b39e995d6bf3d0156a35fd9f2f Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/plugin.xml b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/plugin.xml
index df55efa42d2..3353cf19a73 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/plugin.xml
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/plugin.xml
@@ -172,7 +172,7 @@
<entry
description="Nodes"
id="communication.group.nodes"
- kind="stack"
+ kind="drawer"
label="Nodes"
large_icon="platform:/plugin/org.eclipse.gmf.runtime.diagram.ui/icons/group.gif"
path="/"

Back to the top