Changeset 18949 in osm for applications/editors/josm


Ignore:
Timestamp:
2009-12-05T12:39:50+01:00 (15 years ago)
Author:
guggis
Message:

'added Activate to layer popup menu'

Location:
applications/editors/josm/plugins/wmsplugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/build.xml

    r18946 r18949  
    2828       
    2929       
    30         <property name="commit.message" value="fixed JOSM issue #3940" />               
     30        <property name="commit.message" value="added Activate to layer popup menu" />           
    3131        <property name="plugin.main.version" value="2450" />
    3232       
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r18762 r18949  
    272272    @Override public Component[] getMenuEntries() {
    273273        return new Component[]{
     274                new JMenuItem(LayerListDialog.getInstance().createActivateLayerAction(this)),
    274275                new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
    275276                new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
Note: See TracChangeset for help on using the changeset viewer.