Changeset 10692 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2016-07-31T23:00:12+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/PasteTagsAction.java
r10604 r10692 149 149 150 150 /** 151 * Pastes the tags from a homogeneous source (the {@link Main#pasteBuffer}sselection consisting151 * Pastes the tags from a homogeneous source (the selection consisting 152 152 * of one type of {@link OsmPrimitive}s only). 153 153 * … … 175 175 buildTags(dialog.getResolution()); 176 176 } else { 177 // no conflicts in the source tags to resolve. Just apply the tags 178 // to the target primitives 179 // 177 // no conflicts in the source tags to resolve. Just apply the tags to the target primitives 180 178 buildTags(tc); 181 179 }
Note:
See TracChangeset
for help on using the changeset viewer.