Changeset 16070 in josm


Ignore:
Timestamp:
2020-03-08T10:37:55+01:00 (4 years ago)
Author:
simon04
Message:

ImageCenterViewAction: reuse autoscale icon

Location:
trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java

    r15664 r16070  
    262262    private class ImageCenterViewAction extends JosmAction {
    263263        ImageCenterViewAction() {
    264             super(null, new ImageProvider("dialogs", "centreview"), tr("Center view"), null,
     264            super(null, new ImageProvider("dialogs/autoscale", "selection"), tr("Center view"), null,
    265265                  false, null, false);
    266266        }
Note: See TracChangeset for help on using the changeset viewer.