Changeset 1010 in ntrip for trunk/BNS/bnswindow.cpp


Ignore:
Timestamp:
Aug 1, 2008, 4:44:37 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1004 r1010  
    169169
    170170  _clkPortLineEdit  = new QLineEdit(settings.value("clkPort").toString());
    171   _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP address. Specify the IP port e.g. of a RTNet installation providing this information."));
     171  _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP port. Specify a local IP port e.g. for an RTNet installation to provide this information."));
    172172  _clkPortLineEdit->setMaximumWidth(9*ww);
    173173
     
    308308  layout_cas->addWidget(new QLabel("Save stream (full path)"), 2, 0, Qt::AlignLeft);
    309309  layout_cas->addWidget(_outFileLineEdit,         2, 1);
    310   layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."),4, 0, 1, 2, Qt::AlignLeft);
     310  layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."),3, 0, 1, 2, Qt::AlignLeft);
    311311
    312312  tab_cas->setLayout(layout_cas);
Note: See TracChangeset for help on using the changeset viewer.