Ignore:
Timestamp:
2016-06-20T17:58:21+02:00 (8 years ago)
Author:
stoecker
Message:

see #12994 - Old style SideButton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/SingleChangesetDownloadPanel.java

    r10378 r10438  
    2222import org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator;
    2323import org.openstreetmap.josm.io.OnlineResource;
     24import org.openstreetmap.josm.tools.ImageProvider;
    2425
    2526/**
     
    8081
    8182        DownloadAction() {
    82             putValue(SMALL_ICON, ChangesetCacheManager.DOWNLOAD_CONTENT_ICON);
     83            new ImageProvider("dialogs/changeset", "downloadchangesetcontent").getResource().attachImageIcon(this);
    8384            putValue(SHORT_DESCRIPTION, tr("Download the changeset with the specified id, including the changeset content"));
    8485            updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.