Changeset 16704 in josm for trunk/src


Ignore:
Timestamp:
2020-06-22T10:16:59+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see #18586 - Add icon for invert selection action (mix of selectall and unselectall icons, CC0 and PD licensed)

File:
1 edited

Legend:

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

    r16701 r16704  
    1818     */
    1919    public InvertSelectionAction() {
    20         super(tr("Invert Selection"), null, tr("Invert Selection"), null, true);
     20        super(tr("Invert Selection"), "invert_selection", tr("Invert Selection"), null, true);
    2121        setHelpId(ht("/Action/InvertSelection"));
    2222    }
Note: See TracChangeset for help on using the changeset viewer.