Changeset 18949 in osm for applications
- Timestamp:
- 2009-12-05T12:39:50+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/build.xml
r18946 r18949 28 28 29 29 30 <property name="commit.message" value=" fixed JOSM issue #3940" />30 <property name="commit.message" value="added Activate to layer popup menu" /> 31 31 <property name="plugin.main.version" value="2450" /> 32 32 -
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.