Ignore:
Timestamp:
2020-09-16T14:51:39+02:00 (4 years ago)
Author:
Klumbumbus
Message:

Add missing icons in Tags/Membership Dialog context menu, fix icons of HelpAction and SelectInRelationListAction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/CopyValueAction.java

    r13849 r17032  
    1212
    1313import org.openstreetmap.josm.data.osm.Tagged;
     14import org.openstreetmap.josm.tools.ImageProvider;
    1415
    1516/**
     
    2930        putValue(NAME, tr("Copy Value"));
    3031        putValue(SHORT_DESCRIPTION, tr("Copy the value of the selected tag to clipboard"));
     32        new ImageProvider("copy").getResource().attachImageIcon(this, true);
    3133    }
    3234
Note: See TracChangeset for help on using the changeset viewer.