Changeset 6596 in josm


Ignore:
Timestamp:
2014-01-02T01:42:06+01:00 (10 years ago)
Author:
simon04
Message:

fix #9509 - allow "Change directions?" (for combining ways) dialog result to be stored

File:
1 edited

Legend:

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

    r6507 r6596  
    6666        ed.setContent(tr("The ways can not be combined in their current directions.  "
    6767                + "Do you want to reverse some of them?"));
     68        ed.toggleEnable("combineway-reverse");
    6869        ed.showDialog();
    6970        return ed.getValue() == 1;
Note: See TracChangeset for help on using the changeset viewer.