Changeset 1443 in osm for utils/josm/plugins/landsat


Ignore:
Timestamp:
2006-10-08T17:43:49+02:00 (18 years ago)
Author:
imi
Message:

cleaned up mappaint and landsat plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/josm/plugins/landsat/src/landsat/LandsatLayer.java

    r1436 r1443  
    1717import org.openstreetmap.josm.data.projection.Projection;
    1818import org.openstreetmap.josm.gui.MapView;
    19 import org.openstreetmap.josm.gui.dialogs.LayerList;
     19import org.openstreetmap.josm.gui.dialogs.LayerListDialog;
    2020import org.openstreetmap.josm.gui.dialogs.LayerListPopup;
    2121import org.openstreetmap.josm.gui.layer.Layer;
     
    9292        @Override public Component[] getMenuEntries() {
    9393                return new Component[]{
    94                                 new JMenuItem(new LayerList.ShowHideLayerAction(this)),
    95                                 new JMenuItem(new LayerList.DeleteLayerAction(this)),
     94                                new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
     95                                new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
    9696                                new JSeparator(),
    9797                                new JMenuItem(new LayerListPopup.InfoAction(this))};
Note: See TracChangeset for help on using the changeset viewer.