Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 3807)
+++ /trunk/BNC/bncwindow.cpp	(revision 3808)
@@ -859,46 +859,46 @@
   pppLayout->addWidget(new QLabel("Precise Point Positioning, Panel 1."), ir, 0, 1, 100);
   ++ir;
-  pppLayout->addWidget(new QLabel("Mode & Mountpnts"), ir, 0, 1, 10);
-  pppLayout->addWidget(_pppSPPComboBox,                ir,10, 1, 20);
-  pppLayout->addWidget(_pppMountLineEdit,              ir,30, 1, 19, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Obs."),             ir,49, 1,  5);
-  pppLayout->addWidget(_pppCorrMountLineEdit,          ir,54, 1,  9, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Corr."),            ir,63, 1, 10);
+  pppLayout->addWidget(new QLabel("Mode & mountpoints"),ir, 0, 1, 10);
+  pppLayout->addWidget(_pppSPPComboBox,                 ir,10, 1, 20);
+  pppLayout->addWidget(_pppMountLineEdit,               ir,30, 1, 20, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("Obs."),              ir,50, 1,  5);
+  pppLayout->addWidget(_pppCorrMountLineEdit,           ir,57, 1, 10, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("Corr."),             ir,67, 1, 10);
   ++ir;
-  pppLayout->addWidget(new QLabel("Ref. Coord."),      ir, 0, 1, 10);
-  pppLayout->addWidget(_pppRefCrdXLineEdit,            ir,10, 1, 20, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("X     "),           ir,30, 1,  5);
-  pppLayout->addWidget(_pppRefCrdYLineEdit,            ir,35, 1, 14, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Y"),                ir,49, 1,  5);
-  pppLayout->addWidget(_pppRefCrdZLineEdit,            ir,54, 1,  9, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Z"),                ir,63, 1, 10);
+  pppLayout->addWidget(new QLabel("Marker coordinate"), ir, 0, 1, 10);
+  pppLayout->addWidget(_pppRefCrdXLineEdit,             ir,10, 1, 20, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("X     "),            ir,30, 1,  5);
+  pppLayout->addWidget(_pppRefCrdYLineEdit,             ir,35, 1, 15, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("Y"),                 ir,50, 1,  5);
+  pppLayout->addWidget(_pppRefCrdZLineEdit,             ir,57, 1, 10, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("Z"),                 ir,67, 1, 10);
   ++ir;
-  pppLayout->addWidget(new QLabel("Excentricities"),   ir, 0, 1, 10);
-  pppLayout->addWidget(_pppRefdNLineEdit,              ir,10, 1, 20, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("dN"),               ir,30, 1,  5);
-  pppLayout->addWidget(_pppRefdELineEdit,              ir,35, 1, 14, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("dE"),               ir,49, 1,  5);
-  pppLayout->addWidget(_pppRefdULineEdit,              ir,54, 1,  9, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("dU"),               ir,63, 1, 10);
+  pppLayout->addWidget(new QLabel("Excentricity"),      ir, 0, 1, 10);
+  pppLayout->addWidget(_pppRefdNLineEdit,               ir,10, 1, 20, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("dN"),                ir,30, 1,  5);
+  pppLayout->addWidget(_pppRefdELineEdit,               ir,35, 1, 15, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("dE"),                ir,50, 1,  5);
+  pppLayout->addWidget(_pppRefdULineEdit,               ir,57, 1, 10, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("dU"),                ir,67, 1, 10);
   ++ir;
-  pppLayout->addWidget(new QLabel("Output"),           ir, 0, 1, 10); 
-  pppLayout->addWidget(_pppNMEALineEdit,               ir,10, 1, 20);
-  pppLayout->addWidget(new QLabel("NMEA File"),        ir,30, 1, 10, Qt::AlignLeft); 
-  pppLayout->addWidget(_pppNMEAPortLineEdit,           ir,40, 1, 10);
-  pppLayout->addWidget(new QLabel("NMEA Port"),        ir,50, 1, 10);
-  pppLayout->addWidget(_pppPlotCoordinates,            ir,60, 1,  3, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("PPP Plot"),         ir,63, 1, 10);
+  pppLayout->addWidget(new QLabel("NMEA & plot output"),ir, 0, 1, 10); 
+  pppLayout->addWidget(_pppNMEALineEdit,                ir,10, 1, 20);
+  pppLayout->addWidget(new QLabel("NMEA File"),         ir,30, 1, 10, Qt::AlignLeft); 
+  pppLayout->addWidget(_pppNMEAPortLineEdit,            ir,40, 1, 10);
+  pppLayout->addWidget(new QLabel("NMEA Port"),         ir,50, 1, 10);
+  pppLayout->addWidget(_pppPlotCoordinates,             ir,60, 1,  7, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("PPP Plot"),          ir,67, 1, 10);
   ++ir;
-  pppLayout->addWidget(new QLabel("Post-Processing"),  ir, 0, 1, 10);
-  pppLayout->addWidget(_postObsFileChooser,            ir,10, 1, 25);
-  pppLayout->addWidget(new QLabel("Obs    "),          ir,35, 1,  5);
-  pppLayout->addWidget(_postNavFileChooser,            ir,40, 1, 16);
-  pppLayout->addWidget(new QLabel("Nav   "),           ir,56, 1, 5);
-  pppLayout->addWidget(_postCorrFileChooser,           ir,61, 1, 22);
-  pppLayout->addWidget(new QLabel("Corr"),             ir,83, 1, 9);
+  pppLayout->addWidget(new QLabel("Post-processing"),   ir, 0, 1, 10);
+  pppLayout->addWidget(_postObsFileChooser,             ir,10, 1, 25);
+  pppLayout->addWidget(new QLabel("Obs    "),           ir,35, 1,  5);
+  pppLayout->addWidget(_postNavFileChooser,             ir,40, 1, 16);
+  pppLayout->addWidget(new QLabel("Nav   "),            ir,56, 1, 5);
+  pppLayout->addWidget(_postCorrFileChooser,            ir,61, 1, 22);
+  pppLayout->addWidget(new QLabel("Corr"),              ir,83, 1, 9);
   ++ir;
-  pppLayout->addWidget(new QLabel("Post-Proc. Output"),ir, 0, 1, 10);
-  pppLayout->addWidget(_postOutLineEdit,               ir,10, 1, 40);
-  pppLayout->addWidget(new QLabel("      "),           ir,50);
+  pppLayout->addWidget(new QLabel("Post-proc. output"), ir, 0, 1, 10);
+  pppLayout->addWidget(_postOutLineEdit,                ir,10, 1, 40);
+  pppLayout->addWidget(new QLabel("Full path"),         ir,50, 1, 10);
 
   pppgroup->setLayout(pppLayout);
@@ -989,5 +989,5 @@
 
   ir = 0;
-  teqcLayout->addWidget(new QLabel("RINEX file editing or concatination and file or stream quality control."),         ir, 0, 1, 20);
+  teqcLayout->addWidget(new QLabel("RINEX file editing, quality control or concatination."),ir, 0, 1, 20);
   ++ir;
   teqcLayout->addWidget(new QLabel("Action"),                   ir, 0);
@@ -1000,5 +1000,5 @@
   teqcLayout->addWidget(new QLabel("Obs "),                     ir, 5);
   teqcLayout->addWidget(_teqcNavFileChooser,                    ir, 6, 1, 8);
-  teqcLayout->addWidget(new QLabel("Nav"),                      ir, 14);
+  teqcLayout->addWidget(new QLabel("Nav"),                      ir,14);
   ++ir;
   teqcLayout->addWidget(new QLabel("Output file (full path)"),  ir, 0);
@@ -1161,5 +1161,6 @@
   _pppCorrMountLineEdit->setWhatsThis(tr("<p>You must specify an orbit/clock corrections stream by its mountpoint from the 'Streams' list below. Example: 'CLK10'</p><p>Note that BNC produces a PPP solution from combined Broadcast Ephemeris corrections specified under 'Combination' if you introduce keyword 'INTERNAL' as the corrections mountpoint.</p>"));
   _pppSPPComboBox->setWhatsThis(tr("<p>Choose between plain Single Point Positioning (SPP) and Precise Point Positioning (PPP) in real-time and post processing mode.</p>"));
-  _teqcActionComboBox->setWhatsThis(tr("<p>Select an editing action.</p>"));
+  _teqcActionComboBox->setWhatsThis(tr("<p>BNC allows to edit or concatinate RINEX v2 or v3 files or to perform a quality control.</p>"));
+  _teqcEditOptionButton->setWhatsThis(tr("<p>Specify options for editing RINEX v2 or v3 files.</p>"));
   _pppUsePhaseCheckBox->setWhatsThis(tr("<p>By default BNC applies a PPP solution using an ionosphere free P3 linear combination of code observations.</p><p>Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.</p>"));
   _pppEstTropoCheckBox->setWhatsThis(tr("<p>By default BNC does not introduce troposphere parameters when estimating coordinates.</p><p>Tick 'Estimate tropo' to introduce troposphere parameters when estimating coordinates.</p>"));
