Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-06-12 08:30:12 +0000
committerspingel2008-06-12 08:30:12 +0000
commitaea99d707c28591ad696301501e462c688068ada (patch)
tree9b6ca2ce4caba17d1198a2d6d938e16254ddc909
parenta5d9fe6048020803f1ea5778534791977eccf411 (diff)
downloadorg.eclipse.mylyn.tasks-aea99d707c28591ad696301501e462c688068ada.tar.gz
org.eclipse.mylyn.tasks-aea99d707c28591ad696301501e462c688068ada.tar.xz
org.eclipse.mylyn.tasks-aea99d707c28591ad696301501e462c688068ada.zip
RESOLVED - bug 234766: back port Mylyn 3.0 to Eclipse 3.3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234766
-rw-r--r--org.eclipse.mylyn.tasks.bugs/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/plugin.xml b/org.eclipse.mylyn.tasks.bugs/plugin.xml
index 2c88b6bd1..81427b898 100644
--- a/org.eclipse.mylyn.tasks.bugs/plugin.xml
+++ b/org.eclipse.mylyn.tasks.bugs/plugin.xml
@@ -20,7 +20,7 @@
<extension point="org.eclipse.ui.actionSets">
<actionSet
id="org.eclipse.mylyn.doc.actionSet"
- label="Mylyn Help"
+ label="Tasks Help"
visible="true">
<action
class="org.eclipse.mylyn.internal.tasks.bugs.actions.ReportBugAction"

Back to the top