Bug 180329 - Add icon to "Tag as Version" repository action
Summary: Add icon to "Tag as Version" repository action
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 3.3 M7   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-03-30 19:32 EDT by Brock Janiczak CLA
Modified: 2007-04-26 09:57 EDT (History)
0 users

See Also:


Attachments
Patch to org.eclipse.team.cvs.ui (769 bytes, patch)
2007-03-30 19:34 EDT, Brock Janiczak CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brock Janiczak CLA 2007-03-30 19:32:26 EDT
Version: 3.3.0
Build id: I20070323-1616

There is currently no icon on the "Tag as Version" action in the CVS repositories view.  To make this action consistent with the one presented in the package explorer it should have an icon.

### Eclipse Workspace Patch 1.0
#P org.eclipse.team.cvs.ui
Index: plugin.xml
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/plugin.xml,v
retrieving revision 1.274
diff -u -r1.274 plugin.xml
--- plugin.xml	30 Mar 2007 13:36:20 -0000	1.274
+++ plugin.xml	30 Mar 2007 23:31:20 -0000
@@ -719,6 +719,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"
Comment 1 Brock Janiczak CLA 2007-03-30 19:34:30 EDT
Created attachment 62581 [details]
Patch to org.eclipse.team.cvs.ui

non mangled version of the patch
Comment 2 Michael Valenta CLA 2007-04-03 13:51:11 EDT
Thanks for the patch.
Comment 3 Michael Valenta CLA 2007-04-03 14:17:09 EDT
Patch released to HEAD. Thanks again.
Comment 4 Michael Valenta CLA 2007-04-26 09:57:17 EDT
Verified