Index: /trunk/BNS/bnswindow.cpp
===================================================================
--- /trunk/BNS/bnswindow.cpp	(revision 1255)
+++ /trunk/BNS/bnswindow.cpp	(revision 1256)
@@ -169,5 +169,4 @@
   _outHost_1_LineEdit    = new QLineEdit(settings.value("outHost1").toString());
   _outHost_1_LineEdit->setWhatsThis(tr("BNS can stream clock and orbit corrections to Broadcast Ephemeris in RTCM Version 3 format. Specify the host IP of an NTRIP Broadcaster to upload the stream. An empty option field means that you don't want to upload corrections."));
-//_outHost_1_LineEdit->setMaximumWidth(9*ww); // weber
   _outPort_1_LineEdit    = new QLineEdit(settings.value("outPort1").toString());
   _outPort_1_LineEdit->setWhatsThis(tr("Specify the IP port of an NTRIP Broadcaster to upload the stream. Default is port 80."));
@@ -437,4 +436,5 @@
   _statusLbl[4] = new QLabel("Clocks & Orbits:");
   _statusLbl[5] = new QLabel("Ephemeris Corrections I:");  
+  _statusLbl[6] = new QLabel("Ephemeris Corrections II:");  
 
   _statusLbl[0]->setWhatsThis(tr("Status of incoming broadcast ephemeris."));
@@ -451,4 +451,5 @@
   layout_status->addWidget(_statusLbl[5], 0, 2);
   layout_status->addWidget(_statusLbl[2], 0, 3);
+  layout_status->addWidget(_statusLbl[6], 1, 2);
   _status->setLayout(layout_status);
 
