Ignore:
Timestamp:
2009-08-03T12:18:15+02:00 (16 years ago)
Author:
guggis
Message:

Updated to JOSM release 1893

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openlayers/src/org/openstreetmap/josm/plugins/openLayers/OpenLayersLayer.java

    r15707 r16803  
    7676    public Component[] getMenuEntries() {
    7777        return new Component[] {
    78             new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
    79             new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
     78            new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
     79            new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
    8080            new JSeparator(),
    8181            // color,
     
    118118
    119119    public void propertyChange(PropertyChangeEvent evt) {
    120         if( !visible )
     120        if( !isVisible() )
    121121            return;
    122122
Note: See TracChangeset for help on using the changeset viewer.