Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-10-18 04:59:17 +0000
committermkersten2006-10-18 04:59:17 +0000
commit856e517f952be375d9872d25e465800916262ac6 (patch)
tree5c281ca5c6594954c73cda269acb02c1510e83ec /org.eclipse.mylyn.tasks.ui/plugin.xml
parent6a9d5b4f3e63e6a2fddb3c00b4686a576480173d (diff)
downloadorg.eclipse.mylyn.tasks-856e517f952be375d9872d25e465800916262ac6.tar.gz
org.eclipse.mylyn.tasks-856e517f952be375d9872d25e465800916262ac6.tar.xz
org.eclipse.mylyn.tasks-856e517f952be375d9872d25e465800916262ac6.zip
REOPENED - bug 152177: "New local tasks" created from Alt-Shift-N menu opens dummy empty wizard
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index dbb611365..c825a9c9f 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -275,7 +275,7 @@
id="org.eclipse.mylar.tasklist.new.repositorytask"
label="New Repository Task"
style="push"
- toolbarPath="reports"
+ toolbarPath="new"
tooltip="New Repository Task">
</action>
@@ -327,8 +327,8 @@
enablesFor="*"
icon="icons/etool16/task-repository.gif"
id="org.eclipse.mylar.tasklist.actions.addQuery"
- menubarPath="reports"
- label="Add Existing Task"
+ menubarPath="org.eclipse.mylar.tasks.ui.menu.new/repository"
+ label="Add Existing Task..."
style="push"
tooltip="Add Existing Task">
</action>
@@ -338,7 +338,7 @@
enablesFor="*"
icon="icons/etool16/task-repository-new.gif"
id="org.eclipse.mylar.tasklist.new.repositorytask"
- label="New Repository Task"
+ label="Repository Task..."
menubarPath="org.eclipse.mylar.tasks.ui.menu.new/repository"
tooltip="New Repository Task"/>
@@ -348,7 +348,7 @@
icon="icons/etool16/query-new.gif"
id="org.eclipse.mylar.tasks.ui.actions.new.query"
menubarPath="org.eclipse.mylar.tasks.ui.menu.new/repository"
- label="New Query"
+ label="Query..."
style="push"
tooltip="New Query">
</action>
@@ -367,7 +367,7 @@
class="org.eclipse.mylar.internal.tasks.ui.actions.NewLocalTaskAction"
icon="icons/etool16/task-new.gif"
id="org.eclipse.mylar.tasks.ui.actions.new.task"
- label="New Task"
+ label="Task"
menubarPath="org.eclipse.mylar.tasks.ui.menu.new/local"
style="push"
tooltip="New Task">
@@ -376,7 +376,7 @@
class="org.eclipse.mylar.internal.tasks.ui.actions.NewCategoryAction"
icon="icons/etool16/category-new.gif"
id="org.eclipse.mylar.tasks.ui.actions.new.category"
- label="New Category"
+ label="Category"
menubarPath="org.eclipse.mylar.tasks.ui.menu.new/local"
tooltip="New Category">
</action>

Back to the top