Revision 7172 trunk/extensions/extPublish/src/com/iver/cit/gvsig/publish/gui/OptionsServerControlsPanel.java

View differences:

OptionsServerControlsPanel.java
57 57
 *
58 58
 * $Id$
59 59
 * $Log$
60
 * Revision 1.3  2006-09-03 14:31:00  jorpiell
60
 * Revision 1.4  2006-09-11 08:00:58  jorpiell
61
 * Cambiado el nombre del bot?n de "atras" pro "previo"
62
 *
63
 * Revision 1.3  2006/09/03 14:31:00  jorpiell
61 64
 * Ahora se cargan todos los datos desde el fichero de configuraci?n. Se han a?adido algunos comentarios
62 65
 *
63 66
 * Revision 1.2  2006/09/01 13:40:59  jorpiell
......
177 180
	private JButton getLastButton() {
178 181
		if (lastButton == null) {
179 182
			lastButton = new JButton();
180
			lastButton.setText(PluginServices.getText(this, "last"));
183
			lastButton.setText(PluginServices.getText(this, "anterior"));
181 184
			lastButton.setPreferredSize(new Dimension(100,20));
182 185
			lastButton.setActionCommand("last");
183 186
		}

Also available in: Unified diff