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

View differences:

RotateCadTool.java
67 67
 */
68 68
public class RotateCadTool extends AbstractCadTool {
69 69
	private static Status[] STATUS = {
70
			new Status("Precise punto base"),
71
			new Status("Precise angulo de rotacion"),
70
			new Status("Precise punto base(x,y):"),
71
			new Status("Precise angulo de rotaci?n(a):"),
72 72
		};
73 73
	private Girar rotateStatus = new Girar();
74 74
	private Point2D firstPoint;

Also available in: Unified diff