Changeset 16189 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationPopupMenus.java
- Timestamp:
- 2020-03-21T22:44:38+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationPopupMenus.java
r14685 r16189 10 10 import org.openstreetmap.josm.actions.relation.DownloadMembersAction; 11 11 import org.openstreetmap.josm.actions.relation.DownloadSelectedIncompleteMembersAction; 12 import org.openstreetmap.josm.actions.relation.DuplicateRelationAction; 12 13 import org.openstreetmap.josm.actions.relation.EditRelationAction; 13 14 import org.openstreetmap.josm.actions.relation.SelectInRelationListAction; … … 38 39 } 39 40 41 if (!exclude.contains(DuplicateRelationAction.class)) { 42 menu.addAction(new DuplicateRelationAction()); 43 } 44 40 45 if (!exclude.contains(DeleteRelationsAction.class)) { 41 46 menu.addAction(new DeleteRelationsAction());
Note:
See TracChangeset
for help on using the changeset viewer.
