Changeset 1181 in ntrip


Ignore:
Timestamp:
Oct 27, 2008, 6:27:11 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1180 r1181  
    154154  _onTheFlyComboBox->setMaximumWidth(9*ww);
    155155  _onTheFlyComboBox->setEditable(false);
    156   _onTheFlyComboBox->addItems(QString("1 min,1 hour,1 day").split(","));
     156  _onTheFlyComboBox->addItems(QString("1 day,1 hour,1 min").split(","));
    157157  ii = _onTheFlyComboBox->findText(settings.value("onTheFlyInterval").toString());
    158158  if (ii != -1) {
Note: See TracChangeset for help on using the changeset viewer.