Changeset 17033 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2020-09-16T16:37:21+02:00 (4 years ago)
Author:
stoecker
Message:

see #19726, separate icons for update and create multipolygon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java

    r17008 r17033  
    7979     */
    8080    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),
    8284                /* at least three lines for each shortcut or the server extractor fails */
    8385                update ? Shortcut.registerShortcut("tools:multipoly_update",
Note: See TracChangeset for help on using the changeset viewer.