Ignore:
Timestamp:
2020-09-16T14:51:39+02:00 (6 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/CopyAllKeyValueAction.java

    r17007 r17032  
    1616import org.openstreetmap.josm.gui.MainApplication;
    1717import org.openstreetmap.josm.tools.Shortcut;
     18import org.openstreetmap.josm.tools.ImageProvider;
    1819
    1920/**
     
    3334        putValue(NAME, tr("Copy all Keys/Values"));
    3435        putValue(SHORT_DESCRIPTION, tr("Copy the key and value of all the tags to clipboard"));
     36        new ImageProvider("copy").getResource().attachImageIcon(this, true);
    3537    }
    3638
Note: See TracChangeset for help on using the changeset viewer.