Changeset 5928 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 15, 2014, 9:50:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5926 r5928 1647 1647 if ( _pppWidgets._dataSource->currentText() == "RINEX Files") { 1648 1648 _runningPostProcessingPPP = true; 1649 BNC_CORE->startPPP(true); 1649 _actStart->setEnabled(false); 1650 BNC_CORE->startPPP(false); 1651 _actStart->setEnabled(true); 1650 1652 } 1651 1653 else if ( !_reqcActionComboBox->currentText().isEmpty() ) {
Note:
See TracChangeset
for help on using the changeset viewer.