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


Ignore:
Timestamp:
Dec 21, 2007, 11:20:20 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r638 r647  
    185185  _ephIntrComboBox->setMaximumWidth(9*ww);
    186186  _ephIntrComboBox->setEditable(false);
    187   _ephIntrComboBox->addItems(QString("5 min,15 min,1 hour,1 day").split(","));
     187  _ephIntrComboBox->addItems(QString("1 min,2 min,5 min,10 min,15 min,30 min,1 hour,1 day").split(","));
    188188  int jj = _ephIntrComboBox->findText(settings.value("ephIntr").toString());
    189189  if (jj != -1) {
Note: See TracChangeset for help on using the changeset viewer.