Changeset 3732 in ntrip


Ignore:
Timestamp:
Mar 24, 2012, 5:30:34 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3731 r3732  
    120120  connect(_actGetData, SIGNAL(triggered()), SLOT(slotGetData()));
    121121
    122   _actPostProcessing = new QAction(tr("Start Post-Processing"),this);
     122  _actPostProcessing = new QAction(tr("Start PPP"),this);
    123123  connect(_actPostProcessing, SIGNAL(triggered()), SLOT(slotStartPostProcessing()));
    124124
     
    388388  _pppSPPComboBox = new QComboBox();
    389389  _pppSPPComboBox->setEditable(false);
    390   _pppSPPComboBox->addItems(QString("PPP,SPP,Post-Processing").split(","));
     390  _pppSPPComboBox->addItems(QString("PPP,SPP,RNX").split(","));
    391391  int ik = _pppSPPComboBox->findText(settings.value("pppSPP").toString());
    392392  if (ik != -1) {
     
    23412341void bncWindow::slotStartTeqcProcessing() {
    23422342  QMessageBox::information(this, "Information",
    2343                            "Teqc-Processing Not Permitted");
     2343                           "Teqc-Processing Not Yet Implemented");
    23442344}
    23452345
Note: See TracChangeset for help on using the changeset viewer.