comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java @ 891:f6c14ffdfd07

Rest for fix for flys/issue311 . flys-client/trunk@2733 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 14 Sep 2011 09:45:37 +0000
parents c87500c42c5d
children ebba8a8618e6
comparison
equal deleted inserted replaced
890:c87500c42c5d 891:f6c14ffdfd07
158 ListGridField name = new ListGridField( 158 ListGridField name = new ListGridField(
159 GRID_FIELD_NAME, MSG.chart_themepanel_header_themes()); 159 GRID_FIELD_NAME, MSG.chart_themepanel_header_themes());
160 name.setType(ListGridFieldType.TEXT); 160 name.setType(ListGridFieldType.TEXT);
161 161
162 ListGridField actions = new ListGridField(GRID_FIELD_ACTIONS, 162 ListGridField actions = new ListGridField(GRID_FIELD_ACTIONS,
163 GRID_FIELD_ACTIONS, 50); 163 MSG.chart_themepanel_header_actions(), 50);
164 164
165 list.setFields(active, name, actions); 165 list.setFields(active, name, actions);
166 } 166 }
167 } 167 }
168 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 168 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org