Changeset 4304 in ntrip for trunk/BNC/src/bncwindow.cpp
- Timestamp:
- Jun 23, 2012, 12:07:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r4278 r4304 2545 2545 void bncWindow::slotFinishedPostProcessingPPP() { 2546 2546 _runningPostProcessingPPP = false; 2547 QMessageBox::information(this, "Information", 2548 "Post-Processing Thread Finished"); 2547 if (_reqcActionComboBox->currentText() != "Analyze") { 2548 QMessageBox::information(this, "Information", 2549 "Post-Processing Thread Finished"); 2550 } 2549 2551 _actStart->setText("Start"); 2550 2552 enableStartStop();
Note:
See TracChangeset
for help on using the changeset viewer.