Ignore:
Timestamp:
2020-09-17T21:42:16+02:00 (4 years ago)
Author:
Klumbumbus
Message:

Add icons in preferences and for copy coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/advanced/ExportProfileAction.java

    r16438 r17036  
    2424import org.openstreetmap.josm.spi.preferences.Setting;
    2525import org.openstreetmap.josm.tools.Utils;
     26import org.openstreetmap.josm.tools.ImageProvider;
    2627
    2728/**
     
    4142    public ExportProfileAction(Preferences prefs, String schemaKey, String prefPattern) {
    4243        super(tr("Save {0} profile", tr(schemaKey)));
     44        new ImageProvider("save").getResource().attachImageIcon(this, true);
    4345        this.prefs = prefs;
    4446        this.prefPattern = prefPattern;
Note: See TracChangeset for help on using the changeset viewer.