Index: /applications/editors/josm/plugins/wmsplugin/build.xml
===================================================================
--- /applications/editors/josm/plugins/wmsplugin/build.xml	(revision 18948)
+++ /applications/editors/josm/plugins/wmsplugin/build.xml	(revision 18949)
@@ -28,5 +28,5 @@
 	
 	
-	<property name="commit.message" value="fixed JOSM issue #3940" />		
+	<property name="commit.message" value="added Activate to layer popup menu" />		
 	<property name="plugin.main.version" value="2450" />
 	
Index: /applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
===================================================================
--- /applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java	(revision 18948)
+++ /applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java	(revision 18949)
@@ -272,4 +272,5 @@
     @Override public Component[] getMenuEntries() {
         return new Component[]{
+                new JMenuItem(LayerListDialog.getInstance().createActivateLayerAction(this)),
                 new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
                 new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
