Version for WGB.
authorp.ciardelli <p.ciardelli@localhost>
Wed, 9 Sep 2009 08:52:13 +0000 (08:52 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Wed, 9 Sep 2009 08:52:13 +0000 (08:52 +0000)
.gitattributes
taxeditor-store/icons/Thumbs.db
taxeditor-store/icons/warning_co.gif [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java

index 56496c1c517a886e6fdeed647abe22e2b6b7e359..44befba07ecdc32bb144ce85022324c566cd82e2 100644 (file)
@@ -1016,6 +1016,7 @@ taxeditor-store/icons/undo.gif -text
 taxeditor-store/icons/unknown.gif -text
 taxeditor-store/icons/unknown_no_bg.gif -text
 taxeditor-store/icons/warn_tsk.gif -text
+taxeditor-store/icons/warning_co.gif -text
 taxeditor-store/plugin.xml -text
 taxeditor-store/pom.xml -text
 taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/datasource/CdmDataSourceRepository.java -text
index ee74c5d89cab8ad55a78571da8c15a7a3bef2572..1078be41207902ef000fb8a369adaac4f550b0b5 100644 (file)
Binary files a/taxeditor-store/icons/Thumbs.db and b/taxeditor-store/icons/Thumbs.db differ
diff --git a/taxeditor-store/icons/warning_co.gif b/taxeditor-store/icons/warning_co.gif
new file mode 100644 (file)
index 0000000..ee2dac4
Binary files /dev/null and b/taxeditor-store/icons/warning_co.gif differ
index 29a1c058ebc7c4611d7d6672d58dd0a47b05afc3..9afb4870d27ccbbd317afeea8e0c64560d956539 100644 (file)
@@ -69,6 +69,7 @@ public class ImageResources {
        public static final String IMG_DATASOURCE_CONNECTED = "IMG_DATASOURCE_CONNECTED";
        public static final String IMG_DATASOURCE_DISCONNECTED = "IMG_DATASOURCE_DISCONNECTED";
        public static final String IMG_NOT_FOUND = "IMG_NOT_FOUND";
+       public static final String ACTIVE_WARNING_ICON = "warning";
 
        
        /***************************************************************************
@@ -190,7 +191,9 @@ public class ImageResources {
                registerImage(registry, IMG_DATASOURCE_DISCONNECTED, 
                                "cprj_obj.gif");
                registerImage(registry, IMG_NOT_FOUND, 
-                               "pic_not_found.PNG");           
+                               "pic_not_found.PNG");
+               registerImage(registry, ACTIVE_WARNING_ICON, 
+                               "warning_co.gif");
        }
 
        private void registerImage(ImageRegistry registry, String key,