Changeset 6708 in ntrip


Ignore:
Timestamp:
Mar 23, 2015, 4:33:33 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6706 r6708  
    996996  _reqcObsFileChooser = new qtFileChooser(0, qtFileChooser::Files);
    997997  _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>"));
    999999
    10001000  _reqcNavFileChooser = new qtFileChooser(0, qtFileChooser::Files);
    10011001  _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>"));
    10031003
    10041004  _reqcOutObsLineEdit = new QLineEdit(settings.value("reqcOutObsFile").toString());
Note: See TracChangeset for help on using the changeset viewer.