Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2013-11-21 09:01:11 +0000
committerVincent Lorenzo2013-11-21 09:01:11 +0000
commitb4d3a20cf3fbbbe144ffa9c6fc9425b2a0991d4b (patch)
treed2c6037bdbf9cd63a6ecf484d3aa10dc9e6cb05e /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
parent3661f54ba29bdb6e38c6a4808932d6251376ec6b (diff)
downloadorg.eclipse.papyrus-b4d3a20cf3fbbbe144ffa9c6fc9425b2a0991d4b.tar.gz
org.eclipse.papyrus-b4d3a20cf3fbbbe144ffa9c6fc9425b2a0991d4b.tar.xz
org.eclipse.papyrus-b4d3a20cf3fbbbe144ffa9c6fc9425b2a0991d4b.zip
422219: [Table 2] Export to XLS : header of the exported file must not
have the EPL licence https://bugs.eclipse.org/bugs/show_bug.cgi?id=422219
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
index eede999b073..98099b406d9 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
@@ -628,9 +628,9 @@
</category>
<command
categoryId="org.eclipse.papyrus.editor.category"
- description="Export Table to XLS"
+ description="Export Table to XLS Command"
id="org.eclipse.papyrus.infra.nattable.exporttoXLScommand"
- name="Export Table to XLS Command">
+ name="Export to XLS">
</command>
<command

Back to the top