Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-04-03 18:17:13 +0000
committerMichael Valenta2007-04-03 18:17:13 +0000
commitdc2a9af9ed9d87173002399954358d9de272bf04 (patch)
treef05395897b11328b17bfc8505eff2b676994e78a /bundles
parent1020de4def9cec4a4a1656038b5e8c193ed6cf97 (diff)
downloadeclipse.platform.team-dc2a9af9ed9d87173002399954358d9de272bf04.tar.gz
eclipse.platform.team-dc2a9af9ed9d87173002399954358d9de272bf04.tar.xz
eclipse.platform.team-dc2a9af9ed9d87173002399954358d9de272bf04.zip
Bug 180329 Add icon to "Tag as Version" repository action
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 7b1800f32..537fad09f 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -728,6 +728,7 @@
</action>
<action
label="%TagInRepositoryAction.label"
+ icon="$nl$/icons/full/obj16/versions_rep.gif"
helpContextId="org.eclipse.team.cvs.ui.tag_remote_action_context"
tooltip="%TagInRepositoryAction.tooltip"
class="org.eclipse.team.internal.ccvs.ui.actions.TagInRepositoryAction"

Back to the top