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

View differences:

CopyCadTool.java
62 62
 */
63 63
public class CopyCadTool extends AbstractCadTool {
64 64
	private static Status[] STATUS = {
65
			new Status("Precisar punto de desplazamiento"),
66
			new Status("Precisar segundo punto del desplazamiento"),
65
			new Status("Precisar punto de desplazamiento(x,y):"),
66
			new Status("Precisar segundo punto del desplazamiento(x,y):"),
67 67
		};
68 68
	private Copiar copyStatus = new Copiar();
69 69
	private Point2D firstPoint;

Also available in: Unified diff