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


Ignore:
Timestamp:
Jun 23, 2012, 12:07:14 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4278 r4304  
    25452545void bncWindow::slotFinishedPostProcessingPPP() {
    25462546  _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  }
    25492551  _actStart->setText("Start");
    25502552  enableStartStop();
Note: See TracChangeset for help on using the changeset viewer.