Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-05-15 07:24:40 +0000
committerSteffen Pingel2012-05-15 07:24:40 +0000
commit297889c01868bffa4c8f04fc9bb12c8aa90570c3 (patch)
tree29685aed9678c79cb7f3b00636f7ed24fc8e4878
parent7cda66b9e258e55605a613c710deffa44433c67c (diff)
downloadorg.eclipse.mylyn.tasks-297889c01868bffa4c8f04fc9bb12c8aa90570c3.tar.gz
org.eclipse.mylyn.tasks-297889c01868bffa4c8f04fc9bb12c8aa90570c3.tar.xz
org.eclipse.mylyn.tasks-297889c01868bffa4c8f04fc9bb12c8aa90570c3.zip
NEW - bug 379496: show meaningful label for active task trim under
Window > Customize Perspective https://bugs.eclipse.org/bugs/show_bug.cgi?id=379496
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index ac6400fc3..e82cf54bb 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -2101,7 +2101,9 @@
</menuContribution>
<menuContribution locationURI="toolbar:org.eclipse.ui.trim.command2">
- <toolbar id="org.eclipse.mylyn.tasks.ui.trim.container">
+ <toolbar
+ id="org.eclipse.mylyn.tasks.ui.trim.container"
+ label="Active Tasks">
<command
id="org.eclipse.mylyn.tasks.ui.trim"
commandId="org.eclipse.mylyn.tasks.ui.command.previousTask"

Back to the top