Ignore:
Timestamp:
2009-12-31T13:44:36+01:00 (15 years ago)
Author:
stoecker
Message:

fixed last checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java

    r2666 r2719  
    474474                                + "Really move them?", max));
    475475                        ed.toggleEnable("movedManyElements");
    476                         ed.setToggleCheckboxText(tr("Always move and don't show dialog again"));
    477476                        ed.showDialog();
    478477
    479                         if(ed.getValue() != 1 && ed.getValue() != ExtendedDialog.DialogNotShown)
     478                        if(ed.getValue() != 1)
    480479                        {
    481480                            Main.main.undoRedo.undo();
Note: See TracChangeset for help on using the changeset viewer.