Ignore:
Timestamp:
2016-06-12T00:00:29+02:00 (8 years ago)
Author:
stoecker
Message:

see #9995, see #10684 - remove more hardcoded places of images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/ContextSensitiveHelpAction.java

    r7434 r10356  
    4747        putValue(SHORT_DESCRIPTION, tr("Show help information"));
    4848        putValue(NAME, tr("Help"));
    49         putValue(SMALL_ICON, ImageProvider.get("help"));
     49        new ImageProvider("help").getResource().getImageIcon(this);
    5050        this.helpTopic = helpTopic;
    5151        setEnabled(!Main.isOffline(OnlineResource.JOSM_WEBSITE));
Note: See TracChangeset for help on using the changeset viewer.