Changeset 16797 in osm for applications/editors/josm/plugins/openstreetbugs/src
- Timestamp:
- 2009-08-03T12:01:00+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbLayer.java
r16564 r16797 93 93 public Component[] getMenuEntries() { 94 94 return new Component[]{ 95 new JMenuItem( new LayerListDialog.ShowHideLayerAction(this)),96 new JMenuItem( new LayerListDialog.DeleteLayerAction(this)),95 new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)), 96 new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)), 97 97 new JSeparator(), 98 98 new JMenuItem(new RenameLayerAction(null, this)),
Note:
See TracChangeset
for help on using the changeset viewer.