Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-05-15 11:47:55 +0000
committervlorenzo2013-05-15 11:47:55 +0000
commit1108744a555945deb97aad501b71577efca0d610 (patch)
tree13921adfe91e5813a17a2f41c6d42252c0483ea2 /sandbox
parent635b01d17d9d1da11a387e0f31b970a592446187 (diff)
downloadorg.eclipse.papyrus-1108744a555945deb97aad501b71577efca0d610.tar.gz
org.eclipse.papyrus-1108744a555945deb97aad501b71577efca0d610.tar.xz
org.eclipse.papyrus-1108744a555945deb97aad501b71577efca0d610.zip
408006: [Table 2] The table must support the axis inversion.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=408006 Remove the icon for Invert Axis command, in order to display the "ckecked" symbol as icon in the popup menu.
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml
index 3ccae21fa46..ef3695e0032 100644
--- a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml
+++ b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml
@@ -856,13 +856,6 @@
ref="org.eclipse.papyrus.infra.nattable.advice.DeleteNatTableAdvice">
</elementType>
</binding>
- </extension>
- <extension
- point="org.eclipse.ui.commandImages">
- <image
- commandId="org.eclipse.papyrus.infra.nattable.invert.axis"
- icon="icons/invertAxis.gif">
- </image>
- </extension>
+ </extension>
</plugin>

Back to the top