Changeset 7479 in ntrip


Ignore:
Timestamp:
Sep 29, 2015, 2:37:43 PM (9 years ago)
Author:
weber
Message:

Typo in parameter miscIntr corrected

File:
1 edited

Legend:

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

    r7475 r7479  
    386386  _miscIntrComboBox   = new QComboBox();
    387387  _miscIntrComboBox->setEditable(false);
    388   _miscIntrComboBox->addItems(QString(",2 sec, 10 sec,1 min,5 min,15 min,1 hour,6 hours,1 day").split(","));
     388  _miscIntrComboBox->addItems(QString(",2 sec,10 sec,1 min,5 min,15 min,1 hour,6 hours,1 day").split(","));
    389389  int ll = _miscIntrComboBox->findText(settings.value("miscIntr").toString());
    390390  if (ll != -1) {
Note: See TracChangeset for help on using the changeset viewer.