Changeset 562 in ntrip


Ignore:
Timestamp:
Nov 3, 2007, 10:51:16 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r561 r562  
    179179  _ephIntrComboBox->setMaximumWidth(9*ww);
    180180  _ephIntrComboBox->setEditable(false);
    181   _ephIntrComboBox->addItems(QString("1 hour,1 day").split(","));
     181  _ephIntrComboBox->addItems(QString("15 min,30 min,1 hour,1 day").split(","));
    182182  int jj = _ephIntrComboBox->findText(settings.value("ephIntr").toString());
    183183  if (jj != -1) {
Note: See TracChangeset for help on using the changeset viewer.