Revision 3744 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/smc/PointCADToolContext.java

View differences:

PointCADToolContext.java
167 167
                context.clearState();
168 168
                try
169 169
                {
170
                    ctxt.setQuestion("Insertar segundo punto");
170
                    ctxt.setQuestion("Insertar punto");
171 171
                    ctxt.addpoint(sel, pointX, pointY);
172
                    ctxt.refresh();
172 173
                }
173 174
                finally
174 175
                {
......
206 207
                {
207 208
                    ctxt.setQuestion("Insertar punto");
208 209
                    ctxt.addpoint(sel, pointX, pointY);
210
                    ctxt.refresh();
209 211
                }
210 212
                finally
211 213
                {

Also available in: Unified diff