Changeset 6708 in ntrip
- Timestamp:
- Mar 23, 2015, 4:33:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6706 r6708 996 996 _reqcObsFileChooser = new qtFileChooser(0, qtFileChooser::Files); 997 997 _reqcObsFileChooser->setFileName(settings.value("reqcObsFile").toString()); 998 _reqcObsFileChooser->setWhatsThis(tr("<p>Specify the full path to an observation file in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX observation file is mandatory.</p>"));998 _reqcObsFileChooser->setWhatsThis(tr("<p>Specify the full path to an input observation file in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX observation file is mandatory.</p>")); 999 999 1000 1000 _reqcNavFileChooser = new qtFileChooser(0, qtFileChooser::Files); 1001 1001 _reqcNavFileChooser->setFileName(settings.value("reqcNavFile").toString()); 1002 _reqcNavFileChooser->setWhatsThis(tr("<p>Specify the full path to a RINEX v2 or v3 navigation file.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX navigation file is mandatory.</p>"));1002 _reqcNavFileChooser->setWhatsThis(tr("<p>Specify the full path to an input navigation file in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX navigation file is mandatory.</p>")); 1003 1003 1004 1004 _reqcOutObsLineEdit = new QLineEdit(settings.value("reqcOutObsFile").toString());
Note:
See TracChangeset
for help on using the changeset viewer.