Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 3907)
+++ trunk/BNC/bncwindow.cpp	(revision 3908)
@@ -987,4 +987,6 @@
   ppp2Layout->addWidget(_pppSigTrpP,                          ir, 7);
   ppp2Layout->addWidget(new QLabel("Tropo White Noise"),      ir, 8);
+  ++ir;
+  ppp2Layout->addWidget(new QLabel(""),                       ir, 0);
 
   ppp2group->setLayout(ppp2Layout);
@@ -2551,5 +2553,5 @@
   _runningPostProcessingReqc = false;
   QMessageBox::information(this, "Information",
-                           "Reqc-Processing Thread Finished");
+                           "RINEX Processing Thread Finished");
   enableStartStop();
 }
