Ignore:
Timestamp:
2020-09-12T20:48:56+02:00 (5 years ago)
Author:
stoecker
Message:

fix #19786, Add missing icons to View menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DrawBoundariesOfDownloadedDataAction.java

    r16529 r17021  
    88import org.openstreetmap.josm.gui.MainApplication;
    99import org.openstreetmap.josm.gui.preferences.display.DrawingPreference;
     10import org.openstreetmap.josm.tools.ImageProvider;
    1011
    1112/**
     
    2122    public DrawBoundariesOfDownloadedDataAction() {
    2223        super(tr("Draw boundaries of downloaded data"),
     24                new ImageProvider("hatched.svg"),
    2325                tr("Enable/disable hatched background rendering of areas outside of the downloaded areas."),
    2426                DrawingPreference.SOURCE_BOUNDS_PROP
Note: See TracChangeset for help on using the changeset viewer.