Changeset 16795 in osm for applications/editors/josm/plugins/walkingpapers/src
- Timestamp:
- 2009-08-03T11:57:10+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java ΒΆ
r16569 r16795 341 341 public Component[] getMenuEntries() { 342 342 return new Component[] { 343 new JMenuItem( newLayerListDialog.ShowHideLayerAction(this)),344 new JMenuItem( newLayerListDialog.DeleteLayerAction(this)),343 new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)), 344 new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)), 345 345 new JSeparator(), 346 346 // color,
Note:
See TracChangeset
for help on using the changeset viewer.