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


Ignore:
Timestamp:
Feb 19, 2010, 2:58:19 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2306 r2308  
    344344  _pppOriginComboBox = new QComboBox();
    345345  _pppOriginComboBox->setEditable(false);
    346   _pppOriginComboBox->addItems(QString(",Start position,X Y Z").split(","));
     346  _pppOriginComboBox->addItems(QString("No plot,Start position,X Y Z").split(","));
    347347  int ij = _pppOriginComboBox->findText(settings.value("pppOrigin").toString());
    348348  if (ij != -1) {
     
    12661266        connect(thread, SIGNAL(newLatency(QByteArray, double)),
    12671267                _bncFigureLate, SLOT(slotNewLatency(QByteArray, double)));
    1268         if ( !settings.value("pppOrigin").toString().isEmpty() ) {
     1268        if (settings.value("pppOrigin").toString() != "No plot") {
    12691269          disconnect(thread,
    12701270                     SIGNAL(newPosition(bncTime, double, double, double)),
Note: See TracChangeset for help on using the changeset viewer.