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


Ignore:
Timestamp:
Feb 16, 2007, 2:48:31 PM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r404 r405  
    169169  _rnxIntrComboBox->setMaximumWidth(9*ww);
    170170  _rnxIntrComboBox->setEditable(false);
    171   _rnxIntrComboBox->addItems(QString("5 min,10 min,15 min,30 min,1 hour,1 day").split(","));
     171  _rnxIntrComboBox->addItems(QString("1 min,2 min,5 min,10 min,15 min,30 min,1 hour,1 day").split(","));
    172172  int ii = _rnxIntrComboBox->findText(settings.value("rnxIntr").toString());
    173173  if (ii != -1) {
Note: See TracChangeset for help on using the changeset viewer.