From e71ca2396f43fa99c775c7106208cec37e59cc30 Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Thu, 6 Jan 2011 14:31:18 +0000 Subject: [PATCH] changed the add icon --- taxeditor-store/icons/add_edit.gif | Bin 318 -> 308 bytes taxeditor-store/icons/add_no_bg.gif | Bin 79 -> 70 bytes .../taxeditor/model/ImageResources.java | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/taxeditor-store/icons/add_edit.gif b/taxeditor-store/icons/add_edit.gif index 252d7ebcb8c74d6e5de66ef0eb8856622a0e9d89..a7049823bca2ce07466c2c3dae4c26da3ea0e85c 100644 GIT binary patch delta 108 zcmV-y0F(c|0<;1NM@dFFIbjR{43P=ZS_}XT000J2z?E=SDOQF^qDpm43Mna+#VM3T zCCEtx@;G@$0n#3P#k delta 118 zcmV-+0Ez#!0=@zXM@dFFIbje05RnPdWDo!l000JCz?E=FEE#CCjgML%oJg5& OwUK}M(N7@^4Aubrj1)-# diff --git a/taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java b/taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java index 009056946..9cb90b871 100644 --- a/taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java +++ b/taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java @@ -219,7 +219,7 @@ public class ImageResources { */ protected void initializeImageRegistry(ImageRegistry registry) { registerImage(registry, ADD_ICON, - "add.gif"); + "add_no_bg.gif"); registerImage(registry, TRASH_ICON, "trash.gif"); registerImage(registry, EDIT_ICON, -- 2.34.1