Index: trunk/BNC/src/map/map_gm.html
===================================================================
--- trunk/BNC/src/map/map_gm.html	(revision 5210)
+++ trunk/BNC/src/map/map_gm.html	(revision 5212)
@@ -26,5 +26,5 @@
         map    = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
       
-        var image = new google.maps.MarkerImage("qrc:///map/html/crosshair.png",
+        var image = new google.maps.MarkerImage("qrc:///map/crosshair.png",
                                                 null, 
                                                 null,
Index: trunk/BNC/src/map/map_osm.html
===================================================================
--- trunk/BNC/src/map/map_osm.html	(revision 5210)
+++ trunk/BNC/src/map/map_osm.html	(revision 5212)
@@ -39,5 +39,5 @@
         var offset  = new OpenLayers.Pixel(-size.w/2, -size.h/2);
 
-        icon    = new OpenLayers.Icon("qrc:///map/html/crosshair.png", size, offset);
+        icon    = new OpenLayers.Icon("qrc:///map/crosshair.png", size, offset);
         markers = new OpenLayers.Layer.Markers("Markers");
         marker  = new OpenLayers.Marker(position, icon);
