Changeset 5946 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 16, 2014, 1:45:47 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5943 r5946  
    16501650  saveOptions();
    16511651  if      ( _pppWidgets._dataSource->currentText() == "RINEX Files") {
    1652     BNC_CORE->startPPP(true);
     1652    BNC_CORE->startPPP();
    16531653  }
    16541654  else if ( !_reqcActionComboBox->currentText().isEmpty() ) {
     
    16571657  else {
    16581658    startRealTime();
    1659     BNC_CORE->startPPP(true);
     1659    BNC_CORE->startPPP();
    16601660  }
    16611661}
Note: See TracChangeset for help on using the changeset viewer.