comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java @ 3537:45f2b0778a3a

Do not show labels in logo selection combo box. flys-client/trunk@5349 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 03 Sep 2012 13:12:02 +0000
parents a1610c7e4a4e
children bbd82bd8e541
comparison
equal deleted inserted replaced
3536:a1610c7e4a4e 3537:45f2b0778a3a
331 in the flys-client projects Chart*Propert*Editor.java. 331 in the flys-client projects Chart*Propert*Editor.java.
332 Also, these images have to be put in 332 Also, these images have to be put in
333 flys-artifacts/src/main/resources/images/ 333 flys-artifacts/src/main/resources/images/
334 flys-client/src/main/webapp/images/ 334 flys-client/src/main/webapp/images/
335 */ 335 */
336 valueMap.put("BfG", "BfG"); 336 valueMap.put("BfG", "");
337 valueMap.put("Intevation", "Intevation"); 337 valueMap.put("Intevation", "");
338 valueIcons.put("BfG", "bfg.gif"); 338 valueIcons.put("BfG", "bfg.gif");
339 valueIcons.put("Intevation", "intevation.png"); 339 valueIcons.put("Intevation", "intevation.png");
340 logoChooser.setValueIcons(valueIcons); 340 logoChooser.setValueIcons(valueIcons);
341 logoChooser.setValueMap(valueMap); 341 logoChooser.setValueMap(valueMap);
342 logoChooser.setTitleStyle("color:#000;"); 342 logoChooser.setTitleStyle("color:#000;");

http://dive4elements.wald.intevation.org