Changeset 30701 in osm for applications/editors/josm/plugins/reltoolbox/src
- Timestamp:
- 2014-10-04T17:28:45+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/reltoolbox/src/relcontext/actions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/AddRemoveMemberAction.java
r29344 r30701 33 33 */ 34 34 public class AddRemoveMemberAction extends JosmAction implements ChosenRelationListener { 35 private static final String ACTION_NAME = "Add/remove member";36 35 private ChosenRelation rel; 37 36 private SortAndFixAction sortAndFix; -
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateMultipolygonAction.java
r30587 r30701 24 24 */ 25 25 public class CreateMultipolygonAction extends JosmAction { 26 private static final String ACTION_NAME = "Create relation";27 26 private static final String PREF_MULTIPOLY = "reltoolbox.multipolygon."; 28 27 protected ChosenRelation chRel;
Note:
See TracChangeset
for help on using the changeset viewer.