Changeset 7007 in ntrip


Ignore:
Timestamp:
Jul 1, 2015, 9:20:16 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6995 r7007  
    868868  pppLayout1->addWidget(_pppWidgets._rinexNav,               ir, 4);
    869869  ++ir;
    870   pppLayout1->addWidget(new QLabel("Corrections"),           ir, 0);
     870  pppLayout1->addWidget(new QLabel("Corrections stream"),    ir, 0);
    871871  pppLayout1->addWidget(_pppWidgets._corrMount,              ir, 1);
    872   pppLayout1->addWidget(new QLabel("   Corrections"),        ir, 3);
     872  pppLayout1->addWidget(new QLabel("   Correction file(s)"), ir, 3);
    873873  pppLayout1->addWidget(_pppWidgets._corrFile,               ir, 4);
    874874  ++ir;
Note: See TracChangeset for help on using the changeset viewer.