Changeset 5896 in ntrip for trunk/BNC/src/map/bncmapwin.cpp


Ignore:
Timestamp:
Aug 8, 2014, 5:41:24 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/bncmapwin.cpp

    r5879 r5896  
    102102
    103103  QFile htmlFile;
    104   if (settings.value("useOsmMap").toBool()) {
     104  if (settings.value("PPP/useOsmMap").toBool()) {
    105105    htmlFile.setFileName(":/map/map_osm.html");
    106106  }
     
    126126  }
    127127  bncSettings settings;
    128   int mapWinDotSize = settings.value("mapWinDotSize").toInt();
     128  int mapWinDotSize = settings.value("PPP/mapWinDotSize").toInt();
    129129  int mapWinDotColor = 1;
    130   if (settings.value("mapWinDotColor").toString() == "yellow") {
     130  if (settings.value("PPP/mapWinDotColor").toString() == "yellow") {
    131131    mapWinDotColor = 2;
    132132  }
Note: See TracChangeset for help on using the changeset viewer.