Changeset 1471 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Jan 15, 2009, 3:24:06 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1467 r1471  
    276276  _perfIntrComboBox->setMaximumWidth(9*ww);
    277277  _perfIntrComboBox->setEditable(false);
    278   _perfIntrComboBox->addItems(QString(",1 min,5 min,15 min,1 hour,6 hours,1 day").split(","));
     278  _perfIntrComboBox->addItems(QString(",10 sec,1 min,5 min,15 min,1 hour,6 hours,1 day").split(","));
    279279  int ll = _perfIntrComboBox->findText(settings.value("perfIntr").toString());
    280280  if (ll != -1) {
Note: See TracChangeset for help on using the changeset viewer.