Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 6699)
+++ trunk/BNC/src/bncwindow.cpp	(revision 6700)
@@ -843,5 +843,5 @@
   QGridLayout* pppLayout1 = new QGridLayout();
   int ir = 0;
-  pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output"), ir, 0, 1, 7, Qt::AlignLeft);
+  pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output."), ir, 0, 1, 7, Qt::AlignLeft);
   ++ir;     
   pppLayout1->addWidget(new QLabel("Data source"),           ir, 0);
@@ -869,4 +869,5 @@
   pppLayout1->addWidget(new QLabel("ANTEX file"),            ir, 0);
   pppLayout1->addWidget(_pppWidgets._antexFile,              ir, 1);
+  _pppWidgets._antexFile->setWhatsThis(tr("<p>Observations should be referred to the receiver's Antenna Phase Center (APC) and therefore be corrected for APC offsets and variations. Specify the full path to an IGS 'ANTEX file' which contains APC offsets and variations.</p><p>If you don't specify an 'ANTEX file' observations will not be corrected for APC offsets and variations.</p>"));
 
   pppLayout1->addWidget(new QLabel("   NMEA file"),          ir, 3);
@@ -888,5 +889,5 @@
 
   QVBoxLayout* pppLayout2 = new QVBoxLayout();
-  pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations"));
+  pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations."));
   pppLayout2->addWidget(_pppWidgets._staTable, 99);
   QHBoxLayout* pppLayout2sub = new QHBoxLayout();
@@ -901,5 +902,5 @@
   QGridLayout* pppLayout3 = new QGridLayout();
   ir = 0;
-  pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options"), ir, 0, 1, 2, Qt::AlignLeft);
+  pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options."), ir, 0, 1, 2, Qt::AlignLeft);
   ++ir;     
   pppLayout3->addWidget(new QLabel("GPS LCs"),              ir, 0, Qt::AlignLeft);
@@ -950,5 +951,5 @@
   QGridLayout* pppLayout4 = new QGridLayout();
   ir = 0;
-  pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots"), ir, 0, 1, 50, Qt::AlignLeft);
+  pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots."), ir, 0, 1, 50, Qt::AlignLeft);
   ++ir;
   pppLayout4->addWidget(new QLabel("PPP Plot"),                          ir, 0, Qt::AlignLeft);
