Changeset 2719 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode
- Timestamp:
- 2009-12-31T13:44:36+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r2666 r2719 474 474 + "Really move them?", max)); 475 475 ed.toggleEnable("movedManyElements"); 476 ed.setToggleCheckboxText(tr("Always move and don't show dialog again"));477 476 ed.showDialog(); 478 477 479 if(ed.getValue() != 1 && ed.getValue() != ExtendedDialog.DialogNotShown)478 if(ed.getValue() != 1) 480 479 { 481 480 Main.main.undoRedo.undo();
Note:
See TracChangeset
for help on using the changeset viewer.