Index: trunk/BNS/bnswindow.cpp
===================================================================
--- trunk/BNS/bnswindow.cpp	(revision 1070)
+++ trunk/BNS/bnswindow.cpp	(revision 1071)
@@ -291,5 +291,5 @@
 
   layout_inp->addWidget(new QLabel("Clocks & Orbits"),        0, 0, Qt::AlignLeft);
-  layout_inp->addWidget(new QLabel("BNS listening on Port"),  0, 3, Qt::AlignRight);
+  layout_inp->addWidget(new QLabel("BNS listening on Port"),  0, 2, 1, 2, Qt::AlignRight);
   layout_inp->addWidget(_clkPortLineEdit,                     0, 4);
   layout_inp->addWidget(new QLabel("Save"),                   0, 5, Qt::AlignRight);
@@ -515,4 +515,5 @@
   settings.setValue("refSys_1",     _refSys_1_ComboBox->currentText());
   settings.setValue("refSys_2",     _refSys_2_ComboBox->currentText());
+  settings.setValue("inpEcho",    _inpEchoLineEdit->text());
   settings.setValue("ephHost",    _ephHostLineEdit->text());
   settings.setValue("ephPort",    _ephPortLineEdit->text());
Index: trunk/BNS/bnswindow.h
===================================================================
--- trunk/BNS/bnswindow.h	(revision 1070)
+++ trunk/BNS/bnswindow.h	(revision 1071)
@@ -72,4 +72,5 @@
   QLineEdit* _proxyHostLineEdit;
   QLineEdit* _proxyPortLineEdit;
+  QLineEdit* _inpEchoLineEdit;
   QLineEdit* _ephHostLineEdit;
   QLineEdit* _ephPortLineEdit;
