Revision 5258 trunk/extensions/extCenterViewToPoint/src/com/iver/gvsig/centerviewtopoint/gui/InputCoordinatesPanel.java

View differences:

InputCoordinatesPanel.java
258 258
			e1.printStackTrace();
259 259
		}
260 260
		if (mapControl.getMapContext().getLayers().getActives().length==0){
261
			JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(),PluginServices.getText(this,"No hay ning?n tema seleccionado.")+" \n"+
262
					PluginServices.getText(this,"Debe seleccionar los temas de los que quiera obtener informaci?n."));
261
			JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(),PluginServices.getText(this,"no_hay_ninguna_capa_seleccionado.")+" \n"+
262
					PluginServices.getText(this,"debe_seleccionar_las_capas_de_las_que_quiera_obtener_informacion"));
263 263
		}
264 264
    }
265 265
    private void drawPoint(Color color){

Also available in: Unified diff