- Timestamp:
- Mar 2, 2009, 12:37:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1681 r1682 174 174 _ephV3CheckBox->setCheckState(Qt::CheckState(settings.value("ephV3").toInt())); 175 175 176 // EphemerisCorrections Options176 // Broadcast Corrections Options 177 177 // ----------------------------- 178 178 _corrPathLineEdit = new QLineEdit(settings.value("corrPath").toString()); … … 382 382 aogroup->addTab(ogroup,tr("RINEX Observations")); 383 383 aogroup->addTab(egroup,tr("RINEX Ephemeris")); 384 aogroup->addTab(cgroup,tr(" EphemerisCorrections"));384 aogroup->addTab(cgroup,tr("Broadcast Corrections")); 385 385 aogroup->addTab(sgroup,tr("Feed Engine")); 386 386 aogroup->addTab(sergroup,tr("Serial Link")); … … 504 504 } 505 505 506 // EphemerisCorrections506 // Broadcast Corrections 507 507 // --------------------- 508 508 QGridLayout* cLayout = new QGridLayout; … … 1349 1349 } 1350 1350 1351 // EphemerisCorrections1351 // Broadcast Corrections 1352 1352 // --------------------- 1353 1353 if (aogroup->currentIndex() == 4) {
Note:
See TracChangeset
for help on using the changeset viewer.