Changeset 2726 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2010-01-02T22:22:29+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/conflict/tags/RelationMemberConflictResolver.java
r2712 r2726 126 126 + "The default is to <strong>keep</strong> the first way and <strong>remove</strong> " 127 127 + "the other ways that are members of the same relation: the combined way will " 128 + "take the place of the original way in the membership."128 + "take the place of the original way in the relation." 129 129 + "</html>")); 130 130 invalidate(); … … 137 137 + "The default is to <strong>keep</strong> the first node and <strong>remove</strong> " 138 138 + "the other nodes that are members of the same relation: the target node will " 139 + "take the place of the original node in the membership."139 + "take the place of the original node in the relation." 140 140 + "</html>")); 141 141 invalidate();
Note:
See TracChangeset
for help on using the changeset viewer.