Changeset 1682 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Mar 2, 2009, 12:37:52 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1681 r1682  
    174174  _ephV3CheckBox->setCheckState(Qt::CheckState(settings.value("ephV3").toInt()));
    175175
    176   // Ephemeris Corrections Options
     176  // Broadcast Corrections Options
    177177  // -----------------------------
    178178  _corrPathLineEdit    = new QLineEdit(settings.value("corrPath").toString());
     
    382382  aogroup->addTab(ogroup,tr("RINEX Observations"));
    383383  aogroup->addTab(egroup,tr("RINEX Ephemeris"));
    384   aogroup->addTab(cgroup,tr("Ephemeris Corrections"));
     384  aogroup->addTab(cgroup,tr("Broadcast Corrections"));
    385385  aogroup->addTab(sgroup,tr("Feed Engine"));
    386386  aogroup->addTab(sergroup,tr("Serial Link"));
     
    504504  }   
    505505
    506   // Ephemeris Corrections
     506  // Broadcast Corrections
    507507  // ---------------------
    508508  QGridLayout* cLayout = new QGridLayout;
     
    13491349  }
    13501350
    1351   // Ephemeris Corrections
     1351  // Broadcast Corrections
    13521352  // ---------------------
    13531353  if (aogroup->currentIndex() == 4) {
Note: See TracChangeset for help on using the changeset viewer.