Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-04-21 08:14:56 +0000
committerStefan Lay2011-04-21 08:14:56 +0000
commitc461d189ab32495d9fb3869b24d29141d5a8c10b (patch)
tree41c6b8cd5ba2dfa5ffef4f558d321d48fe8a2b39 /org.eclipse.egit.ui/plugin.xml
parentd0227614a54e5827dca81f912684e93bcfb67709 (diff)
downloadegit-c461d189ab32495d9fb3869b24d29141d5a8c10b.tar.gz
egit-c461d189ab32495d9fb3869b24d29141d5a8c10b.tar.xz
egit-c461d189ab32495d9fb3869b24d29141d5a8c10b.zip
Refactoring Branch operations (5): improve icons and menu labels
Change-Id: Iea05ca20b982286b3c500cfc900d1812fe118fd2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Stefan Lay <stefan.lay@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index cc5c608425..103e0336bb 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -1210,7 +1210,7 @@
</command>
<command
commandId="org.eclipse.egit.ui.RepositoriesViewCreateBranch"
- icon="icons/obj16/branch_obj.gif"
+ icon="icons/obj16/new_branch_obj.gif"
label="%RepoViewCreateBranch.label"
style="push">
<visibleWhen
@@ -2829,7 +2829,7 @@
</image>
<image
commandId="org.eclipse.egit.ui.history.CreateBranch"
- icon="icons/obj16/branch_obj.gif">
+ icon="icons/obj16/new_branch_obj.gif">
</image>
<image
commandId="org.eclipse.egit.ui.CheckoutCommand"
@@ -2837,7 +2837,7 @@
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewCreateBranch"
- icon="icons/obj16/branch_obj.gif">
+ icon="icons/obj16/new_branch_obj.gif">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewNewRemote"
@@ -2991,6 +2991,14 @@
commandId="org.eclipse.egit.ui.team.NoAssumeUnchanged"
icon="icons/obj16/no-assume-unchanged.gif">
</image>
+ <image
+ commandId="org.eclipse.egit.ui.team.DeleteBranch"
+ icon="icons/obj16/delete_obj.gif">
+ </image>
+ <image
+ commandId="org.eclipse.egit.ui.team.RenameBranch"
+ icon="icons/obj16/editconfig.gif">
+ </image>
</extension>
<extension
point="org.eclipse.core.expressions.propertyTesters">

Back to the top