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

Updated to JOSM release 1893

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java

    r16733 r16805  
    786786    public Component[] getMenuEntries() {
    787787        return new Component[] {
    788                 new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
    789                 new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
     788                new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
     789                new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
    790790                new JSeparator(),
    791791                // color,
Note: See TracChangeset for help on using the changeset viewer.