Revision 1763 branches/pilotoDWG/applications/appgvSIG/src/com/iver/cit/gvsig/gui/cad/tools/PointCadTool.java

View differences:

PointCadTool.java
63 63
 */
64 64
public class PointCadTool extends AbstractCadTool {
65 65
	private static Status[] STATUS = { 
66
			new Status("Precise un punto"),
67
			new Status("Precise un punto") };
66
			new Status("Precise un punto(x,y):"),
67
			new Status("Precise un punto(x,y):") };
68 68
	private Punto pointStatus = new Punto();
69 69

  
70 70
	/**

Also available in: Unified diff