Added new icons for new taxon name editor.
authorp.ciardelli <p.ciardelli@localhost>
Fri, 16 Oct 2009 09:17:49 +0000 (09:17 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Fri, 16 Oct 2009 09:17:49 +0000 (09:17 +0000)
.gitattributes
taxeditor-store/icons/2_pronged_equal.GIF [new file with mode: 0644]
taxeditor-store/icons/2_pronged_equal_small.gif [new file with mode: 0644]
taxeditor-store/icons/3_pronged_equal.GIF [new file with mode: 0644]
taxeditor-store/icons/3_pronged_equal_small.GIF [new file with mode: 0644]
taxeditor-store/icons/ma_12x12.gif [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java

index 9806a562e2cede6f1bb55cb4908383c7209fe23e..645468317d54253c3c5aeaa6574f18cb146a1a78 100644 (file)
@@ -964,6 +964,10 @@ taxeditor-store/icons/256color_16x16.bmp -text
 taxeditor-store/icons/256color_32x32.bmp -text
 taxeditor-store/icons/256color_48x48.bmp -text
 taxeditor-store/icons/256color_48x48.ico -text
+taxeditor-store/icons/2_pronged_equal.GIF -text
+taxeditor-store/icons/2_pronged_equal_small.gif -text
+taxeditor-store/icons/3_pronged_equal.GIF -text
+taxeditor-store/icons/3_pronged_equal_small.GIF -text
 taxeditor-store/icons/EDIT-logo.jpg -text
 taxeditor-store/icons/Thumbs.db -text
 taxeditor-store/icons/a_no_bg.gif -text
@@ -1007,6 +1011,7 @@ taxeditor-store/icons/icon.ico -text
 taxeditor-store/icons/icon.png -text
 taxeditor-store/icons/large_image.gif -text
 taxeditor-store/icons/linkto_help.gif -text
+taxeditor-store/icons/ma_12x12.gif -text
 taxeditor-store/icons/misapplied.gif -text
 taxeditor-store/icons/misapplied_no_bg.gif -text
 taxeditor-store/icons/move.gif -text
diff --git a/taxeditor-store/icons/2_pronged_equal.GIF b/taxeditor-store/icons/2_pronged_equal.GIF
new file mode 100644 (file)
index 0000000..61acce6
Binary files /dev/null and b/taxeditor-store/icons/2_pronged_equal.GIF differ
diff --git a/taxeditor-store/icons/2_pronged_equal_small.gif b/taxeditor-store/icons/2_pronged_equal_small.gif
new file mode 100644 (file)
index 0000000..accdab0
Binary files /dev/null and b/taxeditor-store/icons/2_pronged_equal_small.gif differ
diff --git a/taxeditor-store/icons/3_pronged_equal.GIF b/taxeditor-store/icons/3_pronged_equal.GIF
new file mode 100644 (file)
index 0000000..26ecd9c
Binary files /dev/null and b/taxeditor-store/icons/3_pronged_equal.GIF differ
diff --git a/taxeditor-store/icons/3_pronged_equal_small.GIF b/taxeditor-store/icons/3_pronged_equal_small.GIF
new file mode 100644 (file)
index 0000000..64495ff
Binary files /dev/null and b/taxeditor-store/icons/3_pronged_equal_small.GIF differ
diff --git a/taxeditor-store/icons/ma_12x12.gif b/taxeditor-store/icons/ma_12x12.gif
new file mode 100644 (file)
index 0000000..aa3ab0c
Binary files /dev/null and b/taxeditor-store/icons/ma_12x12.gif differ
index 273e751ea3b673ca3acea63aca838d9a9574617f..69224a275174174ad8b4890f97b02271032452ce 100644 (file)
@@ -71,6 +71,8 @@ public class ImageResources {
        public static final String IMG_NOT_FOUND = "IMG_NOT_FOUND";
        public static final String WARNING_ANNOTATION_ICON = "warning";
        public static final String THREE_PRONGED_EQUAL = "3_pronged_equal";
+       public static final String TWO_PRONGED_EQUAL = "2_pronged_equal";
+       public static final String MISAPPLIED_NAME = "misapplied_name";
 
        
        /***************************************************************************
@@ -196,7 +198,11 @@ public class ImageResources {
                registerImage(registry, WARNING_ANNOTATION_ICON, 
                                "warning_co.gif");
                registerImage(registry, THREE_PRONGED_EQUAL, 
-                               "3_pronged_equal_small.GIF");           
+                               "3_pronged_equal_small.GIF");
+               registerImage(registry, TWO_PRONGED_EQUAL, 
+                               "2_pronged_equal_small.GIF");           
+               registerImage(registry, MISAPPLIED_NAME, 
+                               "ma_12x12.gif");                
        }
 
        private void registerImage(ImageRegistry registry, String key,