Changeset 5939 in ntrip


Ignore:
Timestamp:
Aug 16, 2014, 9:28:33 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5929 r5939  
    16451645  saveOptions();
    16461646  if      ( _pppWidgets._dataSource->currentText() == "RINEX Files") {
    1647     _actStart->setEnabled(false);
    1648     BNC_CORE->startPPP(false);
    1649     _actStart->setEnabled(true);
     1647    BNC_CORE->startPPP(true);
    16501648  }
    16511649  else if ( !_reqcActionComboBox->currentText().isEmpty() ) {
Note: See TracChangeset for help on using the changeset viewer.