Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-01-27 04:10:48 +0000
committermkersten2006-01-27 04:10:48 +0000
commit061a8c7149df7b7651bccb083565ac569c056eac (patch)
tree93a624a2c1b3e450695c859ea7d186d0d35979d5 /org.eclipse.mylyn.tasks.core
parent1aaf7d4a526c22546b60d5f1265c7122035f6135 (diff)
downloadorg.eclipse.mylyn.tasks-061a8c7149df7b7651bccb083565ac569c056eac.tar.gz
org.eclipse.mylyn.tasks-061a8c7149df7b7651bccb083565ac569c056eac.tar.xz
org.eclipse.mylyn.tasks-061a8c7149df7b7651bccb083565ac569c056eac.zip
Progress on: Bug 123846: improve icons and labels of task repository view and wizards
https://bugs.eclipse.org/bugs/show_bug.cgi?id=123846
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/icons/elcl16/task-repository.gifbin0 -> 216 bytes
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.xml12
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.tasks.core/icons/elcl16/task-repository.gif b/org.eclipse.mylyn.tasks.core/icons/elcl16/task-repository.gif
new file mode 100644
index 000000000..78470a36f
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.core/icons/elcl16/task-repository.gif
Binary files differ
diff --git a/org.eclipse.mylyn.tasks.core/plugin.xml b/org.eclipse.mylyn.tasks.core/plugin.xml
index 22f480fee..0c4a389ea 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.xml
+++ b/org.eclipse.mylyn.tasks.core/plugin.xml
@@ -32,11 +32,11 @@
<action
class="org.eclipse.mylar.internal.bugs.ui.actions.OpenCorrespondingTaskAction"
enablesFor="1"
- icon="icons/elcl16/task-bug.gif"
+ icon="icons/elcl16/task-repository.gif"
id="org.eclipse.mylar.bugzilla.ui.team.synchronize.contribution.open.report"
- label="Open Corresponding Report"
+ label="Open Corresponding Task"
menubarPath="mylar"
- tooltip="Open Corresponding Report">
+ tooltip="Open Corresponding Task">
</action>
</objectContribution>
<objectContribution
@@ -45,11 +45,11 @@
<action
class="org.eclipse.mylar.internal.bugs.ui.actions.OpenCorrespondingTaskAction"
enablesFor="1"
- icon="icons/elcl16/task-bug.gif"
+ icon="icons/elcl16/task-repository.gif"
id="org.eclipse.mylar.bugzilla.ui.team.history.contribution.open.report"
- label="Open Corresponding Report"
+ label="Open Corresponding Task"
menubarPath="mylar"
- tooltip="Open Corresponding Report">
+ tooltip="Open Corresponding Task">
</action>
</objectContribution>
</extension>

Back to the top