Ignore:
Timestamp:
2010-08-24T19:23:07+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #4771 - Move more than 20 elements dialog should not be disablable with answer=no

File:
1 edited

Legend:

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

    r3444 r3462  
    461461                                + "Moving a large number of elements is often an error.\n"
    462462                                + "Really move them?", max));
     463                        ed.setCancelButton(2);
    463464                        ed.toggleEnable("movedManyElements");
    464465                        ed.showDialog();
Note: See TracChangeset for help on using the changeset viewer.