Changeset 4050 in ntrip for trunk/BNC/reqcdlg.cpp
- Timestamp:
- Apr 24, 2012, 10:45:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/reqcdlg.cpp
r4048 r4050 157 157 mainLayout->addLayout(buttonLayout); 158 158 159 _reqcRnxVersion->setWhatsThis(tr("<p>Select version number of targetRINEX file.</p>"));160 _reqcSampling->setWhatsThis(tr("<p>Select sampling rate of targetRINEX file.</p>"));161 _reqcStartDateTime->setWhatsThis(tr("<p>Specify begin of targetRINEX file.</p>"));162 _reqcEndDateTime->setWhatsThis(tr("<p>Specify end of targetRINEX file.</p>"));159 _reqcRnxVersion->setWhatsThis(tr("<p>Select version number of emerging new RINEX file.</p>")); 160 _reqcSampling->setWhatsThis(tr("<p>Select sampling rate of emerging new RINEX file.</p>")); 161 _reqcStartDateTime->setWhatsThis(tr("<p>Specify begin of emerging new RINEX file.</p>")); 162 _reqcEndDateTime->setWhatsThis(tr("<p>Specify end of emerging new RINEX file.</p>")); 163 163 _reqcOldMarkerName->setWhatsThis(tr("<p>Enter old marker name.</p>")); 164 164 _reqcNewMarkerName->setWhatsThis(tr("<p>Enter new marker name.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.