- Timestamp:
- Dec 7, 2009, 9:07:09 PM (15 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnssettings.cpp
r1805 r2102 43 43 setValue("password1", ""); 44 44 setValue("refSys_1", "IGS05"); 45 setValue(" beClocks1","0");45 setValue("CoM_1", "0"); 46 46 setValue("outFile_1", ""); 47 47 … … 51 51 setValue("password2", ""); 52 52 setValue("refSys_2", "IGS05"); 53 setValue(" beClocks2","0");53 setValue("CoM_2", "0"); 54 54 setValue("outFile_2", ""); 55 55 … … 59 59 setValue("password3", ""); 60 60 setValue("refSys_3", "IGS05"); 61 setValue(" beClocks3","0");61 setValue("CoM_3", "0"); 62 62 setValue("outFile_3", ""); 63 63 -
trunk/BNS/bnswindow.cpp
r2048 r2102 316 316 _sp3SamplSpinBox->setWhatsThis(tr("Select the SP3 orbit file sampling interval in seconds. A value of zero '0' tells BNS to store all available samples into SP3 orbit files.")); 317 317 _autoStartCheckBox->setWhatsThis(tr("<p>Tick 'Auto start' for auto-start of BNS at startup time in window mode with preassigned processing options.</p>")); 318 _CoM_1_CheckBox->setWhatsThis(tr("<p>By default orbit and clock corrections refer to APC. Tick 'Center of Mass' to refer uploaded corrections to CoM.</p>")); 319 _CoM_2_CheckBox->setWhatsThis(tr("<p>By default orbit and clock corrections refer to APC. Tick 'Center of Mass' to refer uploaded corrections to CoM.</p>")); 320 _CoM_3_CheckBox->setWhatsThis(tr("<p>By default orbit and clock corrections refer to APC. Tick 'Center of Mass' to refer uploaded corrections to CoM.</p>")); 321 318 322 319 323 // TabWidget
Note:
See TracChangeset
for help on using the changeset viewer.