Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-01-27 22:17:03 +0000
committermkersten2006-01-27 22:17:03 +0000
commitb459d92686452a1e5aa87dfee19abdd74f4531fa (patch)
tree4e359ef165ced6660bae57a2d54d2b2a0095df8a /org.eclipse.mylyn.tasks.ui/plugin.xml
parentb63509e21c238a568125631051edf12501d4e8a9 (diff)
downloadorg.eclipse.mylyn.tasks-b459d92686452a1e5aa87dfee19abdd74f4531fa.tar.gz
org.eclipse.mylyn.tasks-b459d92686452a1e5aa87dfee19abdd74f4531fa.tar.xz
org.eclipse.mylyn.tasks-b459d92686452a1e5aa87dfee19abdd74f4531fa.zip
Completed: icon for repository task
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index d6c7f0785..679273e54 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -125,27 +125,27 @@
<extension point="org.eclipse.ui.popupMenus">
<viewerContribution
id="org.eclipse.mylar.tasklist.ui.viewerContribution"
- targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
+ targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
+
<action
- class="org.eclipse.mylar.internal.tasklist.ui.actions.NewQueryAction"
+ class="org.eclipse.mylar.internal.tasklist.ui.actions.AddRepositoryTaskAction"
enablesFor="*"
- icon="icons/etool16/category-query-new.gif"
+ icon="icons/etool16/task-repository.gif"
id="org.eclipse.mylar.tasklist.actions.addQuery"
menubarPath="reports"
- label="New Repository Query"
+ label="Add Repository Task"
style="push"
- tooltip="New Repository Query">
- </action>
-
+ tooltip="Add Repository Task">
+ </action>
<action
- class="org.eclipse.mylar.internal.tasklist.ui.actions.AddRepositoryTaskAction"
+ class="org.eclipse.mylar.internal.tasklist.ui.actions.NewQueryAction"
enablesFor="*"
- icon="icons/eview16/task-repository.gif"
+ icon="icons/etool16/category-query-new.gif"
id="org.eclipse.mylar.tasklist.actions.addQuery"
menubarPath="reports"
- label="Add Repository Task"
+ label="New Repository Query"
style="push"
- tooltip="Add Repository Task">
+ tooltip="New Repository Query">
</action>
</viewerContribution>
</extension>

Back to the top