Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2010-12-08 21:21:13 +0000
committerCode Review2010-12-08 21:21:13 +0000
commit04811fe775a634dbffd26e295c1b21bb905827ef (patch)
treec1d24c5c46fa560aeadfe06265e8528735f39ebc
parentc4257e60e7c424b6c53ae34cf7ffebee1851e1f8 (diff)
parent6785bd94b49688f78133e623d433a7c3325a9d37 (diff)
downloadegit-04811fe775a634dbffd26e295c1b21bb905827ef.tar.gz
egit-04811fe775a634dbffd26e295c1b21bb905827ef.tar.xz
egit-04811fe775a634dbffd26e295c1b21bb905827ef.zip
Merge "Add icon for rebase command"
-rw-r--r--org.eclipse.egit.ui/icons/obj16/rebase.gifbin0 -> 547 bytes
-rw-r--r--org.eclipse.egit.ui/plugin.xml3
2 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/icons/obj16/rebase.gif b/org.eclipse.egit.ui/icons/obj16/rebase.gif
new file mode 100644
index 0000000000..19ce47e846
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/rebase.gif
Binary files differ
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index a210c68f40..6628348a10 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -1490,6 +1490,7 @@
</command>
<command
commandId="org.eclipse.egit.ui.RepositoriesViewRebase"
+ icon="icons/obj16/rebase.gif"
label="Rebase"
style="push">
<visibleWhen
@@ -1520,6 +1521,7 @@
</command>
<command
commandId="org.eclipse.egit.ui.RepositoriesViewRebaseWithDialog"
+ icon="icons/obj16/rebase.gif"
label="Rebase..."
style="push">
<visibleWhen
@@ -1542,6 +1544,7 @@
</visibleWhen>
</command>
<menu
+ icon="icons/obj16/rebase.gif"
label="Rebase">
<command
commandId="org.eclipse.egit.ui.RepositoriesViewAbortRebase"

Back to the top