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/HelpAction.java

    r16553 r17032  
    3737    protected HelpAction() {
    3838        putValue(SHORT_DESCRIPTION, tr("Launch browser with wiki help for selected object"));
    39         new ImageProvider("dialogs", "search").getResource().attachImageIcon(this, true);
     39        new ImageProvider("help", "internet").getResource().attachImageIcon(this, true);
    4040        putValue(ACCELERATOR_KEY, getKeyStroke());
    4141    }
Note: See TracChangeset for help on using the changeset viewer.