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