Ignore:
Timestamp:
2018-01-04T23:51:00+01:00 (6 years ago)
Author:
stoecker
Message:

see #15734 - drop some old checks

File:
1 edited

Legend:

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

    r13257 r13281  
    378378        public CombineTracksToSegmentedTrackAction(GpxLayer layer) {
    379379            // FIXME: icon missing, create a new icon for this action
    380             //new ImageProvider("gpx_tracks_to_segmented_track").getResource().attachImageIcon(this, true);
     380            //new ImageProvider(..."gpx_tracks_to_segmented_track").getResource().attachImageIcon(this, true);
    381381            putValue(SHORT_DESCRIPTION, tr("Collect segments of all tracks and combine in a single track."));
    382382            putValue(NAME, tr("Combine tracks of this layer"));
     
    410410        public SplitTrackSegementsToTracksAction(GpxLayer layer) {
    411411            // FIXME: icon missing, create a new icon for this action
    412             //new ImageProvider("gpx_segmented_track_to_tracks").getResource().attachImageIcon(this, true);
     412            //new ImageProvider(..."gpx_segmented_track_to_tracks").getResource().attachImageIcon(this, true);
    413413            putValue(SHORT_DESCRIPTION, tr("Split multiple track segments of one track into multiple tracks."));
    414414            putValue(NAME, tr("Split track segments to tracks"));
     
    443443        public SplitTracksToLayersAction(GpxLayer layer) {
    444444            // FIXME: icon missing, create a new icon for this action
    445             //new ImageProvider("gpx_split_tracks_to_layers").getResource().attachImageIcon(this, true);
     445            //new ImageProvider(..."gpx_split_tracks_to_layers").getResource().attachImageIcon(this, true);
    446446            putValue(SHORT_DESCRIPTION, tr("Split the tracks of this layer to one new layer each."));
    447447            putValue(NAME, tr("Split tracks to new layers"));
Note: See TracChangeset for help on using the changeset viewer.