Changeset 5956 in ntrip


Ignore:
Timestamp:
Aug 17, 2014, 9:10:19 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

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