Index: wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java
===================================================================
--- wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java	(revision 15839)
+++ wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java	(working copy)
@@ -96,7 +96,7 @@
                     + "&styles=&format=image/png&srs=epsg:4326&exceptions=application/vnd.ogc.se_inimage",
                 // This matches more than the "classic" WMS link, so users can pretty much
                 // copy any link as long as it includes the ID
-                "(?:mapwarper\\.net|warper\\.geothings\\.net/(?:.*?)/([0-9]+)(?:\\?|/|\\.|$)",
+                "(?:mapwarper\\.net|warper\\.geothings\\.net)/(?:.*?)/([0-9]+)(?:\\?|/|\\.|$)",
                 "^[0-9]+$")
         );
 
