Merge branch 'develop' into taxonDescription
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / model / ImageResources.java
index 18df5d44b4bbaaf22fb2534b9765033a8630dae3..871bf041a560b4d1ee754ed29853cf6196056f43 100644 (file)
@@ -180,6 +180,8 @@ public class ImageResources {
     public static final String FLAT = "flat";
     public static final String HIERARCHICAL = "hierarchical";
 
+    public static final String LIGHT_BULB = "light_bulb";
+
 
        /***************************************************************************
         * IMAGE REGISTRY
@@ -431,6 +433,8 @@ public class ImageResources {
                        "flat.gif");
                registerImage(registry, HIERARCHICAL,
                        "hierarchical.gif");
+               registerImage(registry, LIGHT_BULB,
+                       "smartmode_co.gif");
 
        }