Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-07-28 18:58:38 +0000
committerrelves2006-07-28 18:58:38 +0000
commit3cadf1d4fe7ee5bfe2841c88dcb73dc0d1c1f333 (patch)
tree269074f5558050df5721e38bd5112a2356a9879a /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parentbe75b92f5be0edac51989cb2b6436e3b70b00718 (diff)
downloadorg.eclipse.mylyn.tasks-3cadf1d4fe7ee5bfe2841c88dcb73dc0d1c1f333.tar.gz
org.eclipse.mylyn.tasks-3cadf1d4fe7ee5bfe2841c88dcb73dc0d1c1f333.tar.xz
org.eclipse.mylyn.tasks-3cadf1d4fe7ee5bfe2841c88dcb73dc0d1c1f333.zip
Progress on: 131035: Missing keyboard shortcuts in new bugzilla task wizard
https://bugs.eclipse.org/bugs/show_bug.cgi?id=131035
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 3b64bedde..951f9d8f3 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -87,10 +87,11 @@
class="org.eclipse.mylar.internal.bugzilla.ui.editor.ExistingBugEditor"
id="org.eclipse.mylar.bugzilla.ui.existingBugEditor">
</editor>
- <editor
+ <editor
name="Bugzilla viewer"
icon="icons/etool16/task-remote.gif"
- class="org.eclipse.mylar.internal.bugzilla.ui.editor.NewBugEditor"
+ class="org.eclipse.mylar.internal.bugzilla.ui.editor.NewBugzillaTaskEditor"
+ contributorClass="org.eclipse.mylar.internal.tasks.ui.editors.TaskEditorActionContributor"
id="org.eclipse.mylar.bugzilla.ui.newBugEditor">
</editor>
<editor

Back to the top