Index: trunk/BNC/src/map/bncmapwin.cpp
===================================================================
--- trunk/BNC/src/map/bncmapwin.cpp	(revision 5879)
+++ trunk/BNC/src/map/bncmapwin.cpp	(revision 5896)
@@ -102,5 +102,5 @@
 
   QFile htmlFile;
-  if (settings.value("useOsmMap").toBool()) {
+  if (settings.value("PPP/useOsmMap").toBool()) {
     htmlFile.setFileName(":/map/map_osm.html");
   }
@@ -126,7 +126,7 @@
   }
   bncSettings settings;
-  int mapWinDotSize = settings.value("mapWinDotSize").toInt();
+  int mapWinDotSize = settings.value("PPP/mapWinDotSize").toInt();
   int mapWinDotColor = 1;
-  if (settings.value("mapWinDotColor").toString() == "yellow") {
+  if (settings.value("PPP/mapWinDotColor").toString() == "yellow") {
     mapWinDotColor = 2;
   }
