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


Ignore:
Timestamp:
Nov 23, 2007, 4:03:13 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r572 r584  
    180180  _ephIntrComboBox->setMaximumWidth(9*ww);
    181181  _ephIntrComboBox->setEditable(false);
    182   _ephIntrComboBox->addItems(QString("15 min,1 hour,1 day").split(","));
     182  _ephIntrComboBox->addItems(QString("5 min,15 min,1 hour,1 day").split(","));
    183183  int jj = _ephIntrComboBox->findText(settings.value("ephIntr").toString());
    184184  if (jj != -1) {
Note: See TracChangeset for help on using the changeset viewer.