Changeset 8492 in ntrip for branches/BNC_2.12/src/bncwindow.cpp


Ignore:
Timestamp:
Sep 24, 2018, 2:13:47 PM (6 years ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.cpp

    r8424 r8492  
    280280  _outSamplComboBox    = new QComboBox();
    281281  _outSamplComboBox->addItems(QString("0.1 sec,1 sec,5 sec,10 sec,15 sec,30 sec,60 sec").split(","));
    282   int nn = _rnxSamplComboBox->findText(settings.value("rnxSampl").toString());
     282  int nn = _outSamplComboBox->findText(settings.value("outSampl").toString());
    283283    if (nn != -1) {
    284       _rnxSamplComboBox->setCurrentIndex(nn);
     284      _outSamplComboBox->setCurrentIndex(nn);
    285285    }
    286286  _outFileLineEdit    = new QLineEdit(settings.value("outFile").toString());
     
    21852185  populateMountPointsTable();
    21862186  bncSettings settings;
    2187   _outSamplComboBox->findText(settings.value("rnxSampl").toString());
     2187  _outSamplComboBox->findText(settings.value("outSampl").toString());
    21882188  _outWaitSpinBox->setValue(settings.value("outWait").toInt());
    21892189  QListIterator<bncGetThread*> iTh(threads);
Note: See TracChangeset for help on using the changeset viewer.