Changeset 18949 in osm for applications/editors/josm/plugins/wmsplugin/src
- Timestamp:
- 2009-12-05T12:39:50+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java ΒΆ
r18762 r18949 272 272 @Override public Component[] getMenuEntries() { 273 273 return new Component[]{ 274 new JMenuItem(LayerListDialog.getInstance().createActivateLayerAction(this)), 274 275 new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)), 275 276 new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
Note:
See TracChangeset
for help on using the changeset viewer.