Changeset 17033 in josm
- Timestamp:
- 2020-09-16T16:37:21+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java
r17008 r17033 79 79 */ 80 80 public CreateMultipolygonAction(final boolean update) { 81 super(getName(update), /* ICON */ "multipoly_create", getName(update), 81 super(getName(update), 82 update ? /* ICON */ "multipoly_update" : /* ICON */ "multipoly_create", 83 getName(update), 82 84 /* at least three lines for each shortcut or the server extractor fails */ 83 85 update ? Shortcut.registerShortcut("tools:multipoly_update",
Note:
See TracChangeset
for help on using the changeset viewer.