Changeset 6238 in ntrip


Ignore:
Timestamp:
Oct 15, 2014, 3:30:00 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6237 r6238  
    212212  _rnxV3CheckBox = new QCheckBox();
    213213  _rnxV3CheckBox->setCheckState(Qt::CheckState(settings.value("rnxV3").toInt()));
    214   QString hlp = settings.value("rnxSkel").toString();
     214  QString hlp = settings.value("rnxV2Priority").toString();
    215215  if (hlp.isEmpty()) {
    216216    hlp = "CWPX_?";
Note: See TracChangeset for help on using the changeset viewer.