Project

General

Profile

« Previous | Next » 

Revision 391e9f07

Added by Patrick Plitzner almost 6 years ago

ref #7549 Add toggle button for tooltips

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java
180 180
    public static final String FLAT = "flat";
181 181
    public static final String HIERARCHICAL = "hierarchical";
182 182

  
183
    public static final String LIGHT_BULB = "light_bulb";
184

  
183 185

  
184 186
	/***************************************************************************
185 187
	 * IMAGE REGISTRY
......
431 433
		        "flat.gif");
432 434
		registerImage(registry, HIERARCHICAL,
433 435
		        "hierarchical.gif");
436
		registerImage(registry, LIGHT_BULB,
437
		        "smartmode_co.gif");
434 438

  
435 439
	}
436 440

  

Also available in: Unified diff