Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-20 06:53:25 +0000
committermkersten2007-06-20 06:53:25 +0000
commit85da8be9c9148eaf8d9a99a85090a3fb30c61592 (patch)
tree9519e98a22e42a3da1f81e334ebe43e21b67fe21 /org.eclipse.mylyn.help.ui/plugin.xml
parent323531a9c248315f400be577770b0fdb06c384a3 (diff)
downloadorg.eclipse.mylyn.tasks-85da8be9c9148eaf8d9a99a85090a3fb30c61592.tar.gz
org.eclipse.mylyn.tasks-85da8be9c9148eaf8d9a99a85090a3fb30c61592.tar.xz
org.eclipse.mylyn.tasks-85da8be9c9148eaf8d9a99a85090a3fb30c61592.zip
NEW - bug 165359: fix UI nits
https://bugs.eclipse.org/bugs/show_bug.cgi?id=165359
Diffstat (limited to 'org.eclipse.mylyn.help.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml37
1 files changed, 25 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index caa912a0d..74bd42596 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -17,16 +17,6 @@
id="org.eclipse.mylyn.doc.actionSet"
label="Mylyn Help"
visible="true">
- <action
- class="org.eclipse.mylyn.internal.help.ui.actions.ShowMylynLegendAction"
- definitionId="org.eclipse.mylyn.doc.legend.show"
- icon="icons/etool16/icons-legend.gif"
- id="org.eclipse.mylyn.doc.legend.show.action"
- label="Mylyn UI Legend"
- menubarPath="help/helpStart"
- style="push"
- tooltip="Mylyn UI Legend">
- </action>
<action
class="org.eclipse.mylyn.internal.tasks.ui.actions.ReportBugAction"
icon="icons/etool16/report-bug.gif"
@@ -34,8 +24,15 @@
label="Report Bug or Enhancement"
menubarPath="help/helpStart"
style="push"
- tooltip="Report Bug or Enhancement">
- </action>
+ tooltip="Report Bug or Enhancement"/>
+ <action
+ class="org.eclipse.mylyn.internal.help.ui.actions.ShowMylynLegendAction"
+ definitionId="org.eclipse.mylyn.doc.legend.show"
+ icon="icons/etool16/icons-legend.gif"
+ id="org.eclipse.mylyn.doc.legend.show.action"
+ label="Mylyn UI Legend"
+ style="push"
+ tooltip="Mylyn UI Legend"/>
</actionSet>
</extension>
@@ -100,6 +97,22 @@
Learn how to activate tasks and use the Task-Focused UI
</description>
</cheatsheet>
+ </extension>
+ <extension
+ point="org.eclipse.ui.viewActions">
+ <viewContribution
+ id="org.eclipse.mylyn.tasks.ui.views.tasks.help.contribution"
+ targetID="org.eclipse.mylyn.tasks.ui.views.tasks">
+ <action
+ class="org.eclipse.mylyn.internal.help.ui.actions.ShowMylynLegendAction"
+ icon="icons/etool16/icons-legend.gif"
+ id="org.eclipse.mylyn.doc.legend.show.action"
+ label="Show UI Legend"
+ menubarPath="additions"
+ style="push"
+ tooltip="Show UI Legend">
+ </action>
+ </viewContribution>
</extension>
</plugin>

Back to the top