Changeset 4305 in ntrip
- Timestamp:
- Jun 23, 2012, 12:08:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r4304 r4305 2545 2545 void bncWindow::slotFinishedPostProcessingPPP() { 2546 2546 _runningPostProcessingPPP = false; 2547 if (_reqcActionComboBox->currentText() != "Analyze") { 2548 QMessageBox::information(this, "Information", 2549 "Post-Processing Thread Finished"); 2550 } 2547 QMessageBox::information(this, "Information", 2548 "Post-Processing Thread Finished"); 2551 2549 _actStart->setText("Start"); 2552 2550 enableStartStop(); … … 2589 2587 void bncWindow::slotFinishedPostProcessingReqc() { 2590 2588 _runningPostProcessingReqc = false; 2591 QMessageBox::information(this, "Information", 2592 "RINEX Processing Thread Finished"); 2589 if (_reqcActionComboBox->currentText() != "Analyze") { 2590 QMessageBox::information(this, "Information", 2591 "RINEX Processing Thread Finished"); 2592 } 2593 2593 enableStartStop(); 2594 2594 }
Note:
See TracChangeset
for help on using the changeset viewer.