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

'added Activate to layer popup menu'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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.