Ignore:
Timestamp:
2014-10-29T15:24:07+01:00 (9 years ago)
Author:
stoecker
Message:

cleanup icons, mark undetected icons, set proper mimetype, delete unused icons, update geticons script

File:
1 edited

Legend:

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

    r7666 r7668  
    6464     */
    6565    public CreateMultipolygonAction(final boolean update) {
    66         super(getName(update), "multipoly_create", getName(update),
     66        super(getName(update), /* ICON */ "multipoly_create", getName(update),
    6767                /* atleast three lines for each shortcut or the server extractor fails */
    6868                update  ? Shortcut.registerShortcut("tools:multipoly_update",
Note: See TracChangeset for help on using the changeset viewer.