diff options
| author | Tomasz Zarna | 2012-02-17 21:56:21 +0000 |
|---|---|---|
| committer | Matthias Sohn | 2012-02-17 21:56:21 +0000 |
| commit | bdf588bbe38101677f68d0c8bcf70b05b208e6b2 (patch) | |
| tree | e4d48af22dd262ebd6ffd6169699f20a154ac1b8 | |
| parent | 44672820918b956c621e9af560ad9daf4eb36fd0 (diff) | |
| download | egit-bdf588bbe38101677f68d0c8bcf70b05b208e6b2.tar.gz egit-bdf588bbe38101677f68d0c8bcf70b05b208e6b2.tar.xz egit-bdf588bbe38101677f68d0c8bcf70b05b208e6b2.zip | |
Add "Revert" icon
Bug: 370950
Change-Id: Idaceb8ac1d12b0e3e9f8fe23199251d39c0b3b86
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| -rw-r--r-- | org.eclipse.egit.ui/icons/obj16/revert.gif | bin | 0 -> 622 bytes | |||
| -rw-r--r-- | org.eclipse.egit.ui/plugin.xml | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/icons/obj16/revert.gif b/org.eclipse.egit.ui/icons/obj16/revert.gif Binary files differnew file mode 100644 index 0000000000..612d75b501 --- /dev/null +++ b/org.eclipse.egit.ui/icons/obj16/revert.gif diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml index 9e60d95dad..c102596c0a 100644 --- a/org.eclipse.egit.ui/plugin.xml +++ b/org.eclipse.egit.ui/plugin.xml @@ -3958,6 +3958,10 @@ commandId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" icon="icons/obj16/open-commit.gif"> </image> + <image + commandId="org.eclipse.egit.ui.history.Revert" + icon="icons/obj16/revert.gif"> + </image> </extension> <extension point="org.eclipse.core.expressions.propertyTesters"> |
