Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-01-25 23:46:28 +0000
committermkersten2006-01-25 23:46:28 +0000
commit55ae6681fa4275a2322607c55943bc8953b4fa8e (patch)
tree104e40dc75a1b7560deb8b0ee0c9390e9736a285 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parentd5fd48618e12c1233cda9f944485a6047eb75677 (diff)
downloadorg.eclipse.mylyn.tasks-55ae6681fa4275a2322607c55943bc8953b4fa8e.tar.gz
org.eclipse.mylyn.tasks-55ae6681fa4275a2322607c55943bc8953b4fa8e.tar.xz
org.eclipse.mylyn.tasks-55ae6681fa4275a2322607c55943bc8953b4fa8e.zip
Completed: make bug reports open with progress
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 0cdd82f13..c3ee4f6ac 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -24,7 +24,7 @@
<extension
point="org.eclipse.mylar.tasklist.editors">
- <editorFactory class="org.eclipse.mylar.internal.bugzilla.ui.tasklist.BugReportEditorFactory"/>
+ <editorFactory class="org.eclipse.mylar.internal.bugzilla.ui.tasklist.BugzillaReportEditorFactory"/>
</extension>
@@ -176,7 +176,7 @@
id="org.eclipse.mylar.bugzilla.ui.popup.refresh"
label="Synchronize Report(s)"
menubarPath="reports"
- tooltip="Synchronize Report(s)">
+ tooltip="Synchronize with Repository">
<enablement>
<or>
<objectClass name="org.eclipse.mylar.internal.bugzilla.ui.tasklist.BugzillaTask"/>

Back to the top