comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java @ 1516:102e472bd2a1

Changed the visible i18n strings for module 'new map.' flys-client/trunk@3668 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 12 Jan 2012 16:57:26 +0000
parents 3adfb0f88eca
children 77fdb2359ef4
comparison
equal deleted inserted replaced
1515:298a4ce64c2e 1516:102e472bd2a1
42 42
43 /** Constant value for the MINFO plugin.*/ 43 /** Constant value for the MINFO plugin.*/
44 public static final String FIELD_PLUGIN_MINFO = "minfo"; 44 public static final String FIELD_PLUGIN_MINFO = "minfo";
45 45
46 /** Constant value for the MAP plugin.*/ 46 /** Constant value for the MAP plugin.*/
47 public static final String FIELD_PLUGIN_MAP = "map"; 47 public static final String FIELD_PLUGIN_MAP = "new_map";
48 48
49 /** Constant value for the CHART plugin.*/ 49 /** Constant value for the CHART plugin.*/
50 public static final String FIELD_PLUGIN_CHART = "chart"; 50 public static final String FIELD_PLUGIN_CHART = "chart";
51 51
52 /** Constant value for the FIX plugin.*/ 52 /** Constant value for the FIX plugin.*/
105 LinkedHashMap values = new LinkedHashMap(); 105 LinkedHashMap values = new LinkedHashMap();
106 values.put(FIELD_PLUGIN_WINFO, messages.winfo()); 106 values.put(FIELD_PLUGIN_WINFO, messages.winfo());
107 values.put(FIELD_PLUGIN_MINFO, messages.minfo()); 107 values.put(FIELD_PLUGIN_MINFO, messages.minfo());
108 values.put(FIELD_PLUGIN_FIX, messages.fix()); 108 values.put(FIELD_PLUGIN_FIX, messages.fix());
109 values.put(FIELD_PLUGIN_CHART, messages.new_chart()); 109 values.put(FIELD_PLUGIN_CHART, messages.new_chart());
110 values.put(FIELD_PLUGIN_MAP, messages.map()); 110 values.put(FIELD_PLUGIN_MAP, messages.new_map());
111 111
112 radio.setShowTitle(false); 112 radio.setShowTitle(false);
113 radio.setVertical(true); 113 radio.setVertical(true);
114 radio.setValueMap(values); 114 radio.setValueMap(values);
115 115

http://dive4elements.wald.intevation.org