Changeset 16805 in osm for applications/editors/josm/plugins/slippymap/src
- Timestamp:
- 2009-08-03T12:24:55+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r16733 r16805 786 786 public Component[] getMenuEntries() { 787 787 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)), 790 790 new JSeparator(), 791 791 // color,
Note:
See TracChangeset
for help on using the changeset viewer.