Index: trunk/extensions/Maps/includes/services/GoogleMaps/GoogleMapFunctions.js |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | var GOverlays = [ |
14 | 14 | new GLayer("com.panoramio.all"), |
15 | 15 | new GLayer("com.youtube.all"), |
16 | | - new GLayer("org.wikipedia.nl"), |
| 16 | + new GLayer("org.wikipedia.en"), |
17 | 17 | new GLayer("com.google.webcams") |
18 | 18 | ]; |
19 | 19 | |