Changeset 7525 in ntrip


Ignore:
Timestamp:
Oct 19, 2015, 3:45:39 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r7522 r7525  
    883883  pppLayout1->addWidget(_pppWidgets._rinexNav,               ir, 4, 1, 3);
    884884  ++ir;
    885   pppLayout1->addWidget(new QLabel("Correction file"),       ir, 0);
     885  pppLayout1->addWidget(new QLabel("Corrections file"),      ir, 0);
    886886  pppLayout1->addWidget(_pppWidgets._corrFile,               ir, 1);
    887887  pppLayout1->addWidget(new QLabel("   ANTEX file"),         ir, 3);
     
    893893  pppLayout1->addWidget(_pppWidgets._v3filenames,            ir, 4, 1, 3);
    894894  ++ir;
    895   pppLayout1->addWidget(new QLabel("Logfile Directory"),     ir, 0);
     895  pppLayout1->addWidget(new QLabel("Logfile directory"),     ir, 0);
    896896  pppLayout1->addWidget(_pppWidgets._logPath,                ir, 1);
    897   pppLayout1->addWidget(new QLabel("   NMEA Directory"),     ir, 3);
     897  pppLayout1->addWidget(new QLabel("   NMEA directory"),     ir, 3);
    898898  pppLayout1->addWidget(_pppWidgets._nmeaPath,               ir, 4, 1, 3);
    899899  ++ir;
Note: See TracChangeset for help on using the changeset viewer.