Changeset 1189 in ntrip


Ignore:
Timestamp:
Nov 12, 2008, 4:49:32 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1188 r1189  
    154154  _onTheFlyComboBox->setMaximumWidth(9*ww);
    155155  _onTheFlyComboBox->setEditable(false);
    156   _onTheFlyComboBox->addItems(QString(",1 day,1 hour,1 min").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.