Changeset 7007 in ntrip
- Timestamp:
- Jul 1, 2015, 9:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6995 r7007 868 868 pppLayout1->addWidget(_pppWidgets._rinexNav, ir, 4); 869 869 ++ir; 870 pppLayout1->addWidget(new QLabel("Corrections "),ir, 0);870 pppLayout1->addWidget(new QLabel("Corrections stream"), ir, 0); 871 871 pppLayout1->addWidget(_pppWidgets._corrMount, ir, 1); 872 pppLayout1->addWidget(new QLabel(" Correction s"),ir, 3);872 pppLayout1->addWidget(new QLabel(" Correction file(s)"), ir, 3); 873 873 pppLayout1->addWidget(_pppWidgets._corrFile, ir, 4); 874 874 ++ir;
Note:
See TracChangeset
for help on using the changeset viewer.