Index: trunk/BNC/src/map/bncmapwin.cpp
===================================================================
--- trunk/BNC/src/map/bncmapwin.cpp	(revision 5212)
+++ trunk/BNC/src/map/bncmapwin.cpp	(revision 5213)
@@ -93,7 +93,7 @@
 void bncMapWin::loadHtmlPage() {
 
-  QFile htmlFile(":/map/html/index.html");
+  QFile htmlFile(":/map/map_gm.html");
   if (!htmlFile.open(QFile::ReadOnly)) {
-    qDebug() << "bncMapWin:: cannot open index.html";
+    qDebug() << "bncMapWin:: cannot open html file";
     return;
   }
