Changeset 969 in ntrip
- Timestamp:
- Jul 25, 2008, 11:24:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r964 r969 193 193 194 194 _sp3PathLineEdit = new QLineEdit(settings.value("sp3Path").toString()); 195 _sp3PathLineEdit->setWhatsThis(tr("Specify the path for saving the generated orbit corrections as SP3 orbit files. If the specified directory does not exist, BNS will not create Clock RINEXfiles."));195 _sp3PathLineEdit->setWhatsThis(tr("Specify the path for saving the generated orbit corrections as SP3 orbit files. If the specified directory does not exist, BNS will not create SP3 orbit files.")); 196 196 _sp3IntrComboBox = new QComboBox; 197 197 _sp3IntrComboBox->setMaximumWidth(9*ww);
Note:
See TracChangeset
for help on using the changeset viewer.