Changeset 31732 in osm for applications/editors/josm/plugins/merge-overlap
- Timestamp:
- 2015-11-07T18:14:29+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/merge-overlap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/merge-overlap/build.xml
r31655 r31732 4 4 <property name="commit.message" value="MergeOverlap: help shortcut parser, rebuild"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="89 19"/>6 <property name="plugin.main.version" value="8974"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MergeOverlapAction.java
r31655 r31732 559 559 if (askForMergeTag(ways) || duplicateParentRelations(ways)) { 560 560 dialog.setVisible(true); 561 if ( dialog.isCanceled())561 if (!dialog.isApplied()) 562 562 throw new UserCancelException(); 563 563 }
Note:
See TracChangeset
for help on using the changeset viewer.