Revision 20 library/trunk/org.gvsig.chart/org.gvsig.chart.swing/org.gvsig.chart.swing.impl/src/main/java/org/gvsig/chart/swing/impl/editors/panels/format/chartarea/DefaultChartServiceFormatLegendPanel.java

View differences:

DefaultChartServiceFormatLegendPanel.java
20 20
import javax.swing.JTextField;
21 21
import javax.swing.SpinnerNumberModel;
22 22

  
23
import org.gvsig.andami.PluginServices;
23 24
import org.gvsig.chart.ChartProperties;
24 25
import org.gvsig.chart.ChartService;
25 26
import org.gvsig.chart.GroupedCharts;
......
145 146
				notifyObservers(DefaultChartServiceFormatLegendPanel.this, "LegendTitleFontChooser");
146 147
			}
147 148
		});
148
		legendTitleFontButton.setIcon(new ImageIcon(DefaultChartServiceFormatLegendPanel.class.getResource("/images/icons/externalizetext.gif")));
149
		legendTitleFontButton.setIcon(PluginServices.getIconTheme().get("chart-edit-text"));
149 150
		GridBagConstraints gbc_btnNewButton = new GridBagConstraints();
150 151
		gbc_btnNewButton.insets = new Insets(0, 0, 5, 5);
151 152
		gbc_btnNewButton.gridx = 4;

Also available in: Unified diff