- Timestamp:
- Aug 31, 2008, 9:19:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1083 r1084 285 285 // ------------- 286 286 QWidget* tab_eph = new QWidget(); 287 tabs->addTab(tab_eph, " Ephemeris");287 tabs->addTab(tab_eph, "RINEX Ephemeris"); 288 288 289 289 QGridLayout* layout_eph = new QGridLayout; … … 320 320 // ---------- 321 321 QWidget* tab_cas = new QWidget(); 322 tabs->addTab(tab_cas, " Corrections");322 tabs->addTab(tab_cas, "Ephemeris Corrections"); 323 323 324 324 QGridLayout* layout_cas = new QGridLayout; … … 401 401 _statusLbl[1] = new QLabel("0 byte(s)"); _statusCnt[1] = 0; 402 402 _statusLbl[2] = new QLabel("0 byte(s)"); _statusCnt[2] = 0; 403 _statusLbl[3] = new QLabel(" Ephemeris:");403 _statusLbl[3] = new QLabel("RINEX Ephemeris:"); 404 404 _statusLbl[4] = new QLabel("Clocks & Orbits:"); 405 _statusLbl[5] = new QLabel(" Corrections:");405 _statusLbl[5] = new QLabel("Ephemeris Corrections:"); 406 406 407 407 _statusLbl[0]->setWhatsThis(tr("Status of incoming broadcast ephemeris."));
Note:
See TracChangeset
for help on using the changeset viewer.