Changeset 4305 in ntrip


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

Legend:

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

    r4304 r4305  
    25452545void bncWindow::slotFinishedPostProcessingPPP() {
    25462546  _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");
    25512549  _actStart->setText("Start");
    25522550  enableStartStop();
     
    25892587void bncWindow::slotFinishedPostProcessingReqc() {
    25902588  _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  }
    25932593  enableStartStop();
    25942594}
Note: See TracChangeset for help on using the changeset viewer.