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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1471 r1472  
    276276  _perfIntrComboBox->setMaximumWidth(9*ww);
    277277  _perfIntrComboBox->setEditable(false);
    278   _perfIntrComboBox->addItems(QString(",10 sec,1 min,5 min,15 min,1 hour,6 hours,1 day").split(","));
     278  _perfIntrComboBox->addItems(QString(",2 sec, 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.