Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-06-01 23:18:22 +0000
committermkersten2006-06-01 23:18:22 +0000
commitbaba13a1ddf5dd934e113d1b39d7ad0a89e56117 (patch)
tree57add5f70830a236ec30990c9d8f3e648bca73c0 /org.eclipse.mylyn.tasks.ui/plugin.xml
parenteac3e2b3014b3dfd31d8b0119851ce2c4de8b4c9 (diff)
downloadorg.eclipse.mylyn.tasks-baba13a1ddf5dd934e113d1b39d7ad0a89e56117.tar.gz
org.eclipse.mylyn.tasks-baba13a1ddf5dd934e113d1b39d7ad0a89e56117.tar.xz
org.eclipse.mylyn.tasks-baba13a1ddf5dd934e113d1b39d7ad0a89e56117.zip
Progress on: 144998: create common offline report storage
https://bugs.eclipse.org/bugs/show_bug.cgi?id=144998
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 5846b8d76..73157cb92 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -202,13 +202,13 @@
</action>
<action
- class="org.eclipse.mylar.internal.tasklist.ui.SynchronizeReportsAction"
+ class="org.eclipse.mylar.internal.tasklist.ui.SynchronizeAllAction"
enablesFor="*"
icon="icons/etool16/repository-synchronize.gif"
id="org.eclipse.mylar.bugzilla.ui.popup.refresh"
label="Synchronize All"
menubarPath="additions"
- tooltip="Synchronize with Repository">
+ tooltip="Synchronize All Tasks and Queries">
</action>
<!--
<action
@@ -226,7 +226,7 @@
targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
<action
- class="org.eclipse.mylar.internal.tasklist.ui.SynchronizeReportsAction"
+ class="org.eclipse.mylar.internal.tasklist.ui.SynchronizeSelectedAction"
enablesFor="*"
icon="icons/etool16/repository-synchronize.gif"
id="org.eclipse.mylar.bugzilla.ui.popup.refresh"

Back to the top