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


Ignore:
Timestamp:
Sep 22, 2008, 11:39:58 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1103 r1130  
    329329  _ephV3CheckBox->setWhatsThis(tr("The default format for RINEX Navigation files containing Broadcast Ephemeris is RINEX Version 2.11. Select 'Version 3' if you want to save the ephemeris in RINEX Version 3 format."));
    330330  _rnxV3CheckBox->setWhatsThis(tr("The default format for RINEX Observation files is RINEX Version 2.11. Select 'Version 3' if you want to save the observations in RINEX Version 3 format."));
    331   _messTypesLineEdit->setWhatsThis(tr("<p>Specify the mountpoint of an RTCM Version 3.x stream to log the numbers of incoming message types.</p><p>An empty option field (default) means that you don't want BNC to print the message type numbers carried in a specific stream.</p>"));
     331  _messTypesLineEdit->setWhatsThis(tr("<p>Specify the mountpoint of an RTCM Version 3.x stream to log the numbers of incoming message types as well as contained antenna coordinates and antenna hight.</p><p>An empty option field (default) means that you don't want BNC to log such information.</p>"));
    332332
    333333  // Canvas with Editable Fields
     
    352352  aogroup->addTab(cgroup,tr("Ephemeris Corrections"));
    353353  aogroup->addTab(agroup,tr("Monitor"));
    354   aogroup->addTab(rgroup,tr("RTCM Message Types"));
     354  aogroup->addTab(rgroup,tr("RTCM Scan"));
    355355
    356356  QGridLayout* pLayout = new QGridLayout;
     
    428428  rLayout->addWidget(new QLabel("Mountpoint"),0,0, Qt::AlignLeft);
    429429  rLayout->addWidget(_messTypesLineEdit,0,1,1,15,Qt::AlignLeft);
    430   rLayout->addWidget(new QLabel("Log numbers of message types in RTCM Version 3.x stream."),1, 0, 1, 4, Qt::AlignLeft);
     430  rLayout->addWidget(new QLabel("Scan RTCM Version 3.x stream to log numbers of message types and antenna information."),1, 0, 1, 4, Qt::AlignLeft);
    431431  rLayout->addWidget(new QLabel("    "),2,0);
    432432  rLayout->addWidget(new QLabel("    "),3,0);
Note: See TracChangeset for help on using the changeset viewer.