Index: /trunk/BNC/bnchelp.html
===================================================================
--- /trunk/BNC/bnchelp.html	(revision 1230)
+++ /trunk/BNC/bnchelp.html	(revision 1231)
@@ -349,5 +349,5 @@
 BNC can generate synchronized or unsynchronized observations epoch by epoch from all stations and satellites to feed a real-time GNSS engine. The output can be produced in a binary format through an IP port and/or a plain ASCII format to save the observations in a local file. It comprises the following observations where available:</p>
 <p>
-StatID, SVPRN, GPSWeek, GPSWeeks, C1, C2, P1, P2, L1, L2, slip__cnt_L1, slip__cnt_L2, lock__timei_L1, lock__timei_L2, S1, S2, SNR1, SNR2
+StatID, SVPRN, GPSWeek, GPSWeeks, C1, C2, P1, P2, L1, L2, slip_cnt_L1, slip_cnt_L2, lock_timei_L1, lock_timei_L2, S1, S2, SNR1, SNR2
 </p>
 <p>
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 1230)
+++ /trunk/BNC/bncwindow.cpp	(revision 1231)
@@ -266,5 +266,5 @@
   _outFileLineEdit->setWhatsThis(tr("Specify the full path to a file where synchronized observations are saved in plain ASCII format. Beware that the size of this file can rapidly increase depending on the number of incoming streams."));
   _outPortLineEdit->setWhatsThis(tr("BNC can produce synchronized observations in binary format on your local host through an IP port. Specify a port number here to activate this function."));
-  _outUPortLineEdit->setWhatsThis(tr("BNC can produce usynchronized observations in binary format on your local host through an IP port. Specify a port number here to activate this function."));
+  _outUPortLineEdit->setWhatsThis(tr("BNC can produce unsynchronized observations in binary format on your local host through an IP port. Specify a port number here to activate this function."));
   _outEphPortLineEdit->setWhatsThis(tr("BNC can produce ephemeris data in RINEX ASCII format on your local host through an IP port. Specify a port number here to activate this function."));
   _corrPortLineEdit->setWhatsThis(tr("BNC can produce Broadcast Ephemeris Corrections on your local host through an IP port. Specify a port number here to activate this function."));
@@ -313,6 +313,6 @@
   aogroup->addTab(ogroup,tr("RINEX Observations"));
   aogroup->addTab(egroup,tr("RINEX Ephemeris"));
+  aogroup->addTab(cgroup,tr("Ephemeris Corrections"));
   aogroup->addTab(sgroup,tr("Feed Engine"));
-  aogroup->addTab(cgroup,tr("Ephemeris Corrections"));
   aogroup->addTab(agroup,tr("Monitor"));
   aogroup->addTab(rgroup,tr("RTCM Scan"));
@@ -332,19 +332,18 @@
   QGridLayout* gLayout = new QGridLayout;
   gLayout->setColumnMinimumWidth(0,14*ww);
-  gLayout->addWidget(new QLabel("Logfile (full path)"), 0,0);
-  gLayout->addWidget(_logFileLineEdit,         0,1);
-  gLayout->addWidget(new QLabel("Append files")    ,1,0 );
-  gLayout->addWidget(_rnxAppendCheckBox,     1,1  );
-  gLayout->addWidget(new QLabel("Reread configuration")    ,2,0 );
-  gLayout->addWidget(_onTheFlyComboBox,     2,1  );
+  gLayout->addWidget(new QLabel("Logfile (full path)"),          0, 0);
+  gLayout->addWidget(_logFileLineEdit,                           0, 1);
+  gLayout->addWidget(new QLabel("Append files"),                 1, 0);
+  gLayout->addWidget(_rnxAppendCheckBox,                         1, 1);
+  gLayout->addWidget(new QLabel("Reread configuration"),         2, 0);
+  gLayout->addWidget(_onTheFlyComboBox,                          2, 1);
   gLayout->addWidget(new QLabel("General settings for logfile, file handling and configuration on-the-fly."),3, 0, 1, 2, Qt::AlignLeft);
   gLayout->addWidget(new QLabel("    "),4,0);
   gLayout->addWidget(new QLabel("    "),5,0);
-  gLayout->addWidget(new QLabel("    "),6,0);
   ggroup->setLayout(gLayout);
 
   QGridLayout* sLayout = new QGridLayout;
   sLayout->setColumnMinimumWidth(0,14*ww);
-  sLayout->addWidget(new QLabel("Port (synchronized)"),            0, 0);
+  sLayout->addWidget(new QLabel("Port (synchronized)"),           0, 0);
   sLayout->addWidget(_outPortLineEdit,                            0, 1);
   sLayout->addWidget(new QLabel("Wait for full epoch"),           0, 2, Qt::AlignRight);
@@ -355,26 +354,8 @@
   sLayout->addWidget(_outFileLineEdit,                            2, 1, 1, 30);
   sLayout->addWidget(new QLabel("Sampling"),                      3, 0);
-  sLayout->addWidget(_binSamplSpinBox,                            3, 1,1,1, Qt::AlignLeft);
-  sLayout->addWidget(new QLabel("Output decoded synchronized or unsynchronized observations epoch by epoch to feed an engine."),4,0,1,30);
+  sLayout->addWidget(_binSamplSpinBox,                            3, 1, Qt::AlignLeft);
+  sLayout->addWidget(new QLabel("Output decoded observations in binary format to feed a real-time GNSS engine."),4,0,1,30);
   sLayout->addWidget(new QLabel("    "),5,0);
   sgroup->setLayout(sLayout);
-
-//QGridLayout* oLayout = new QGridLayout;
-//oLayout->setColumnMinimumWidth(0,14*ww);
-//oLayout->addWidget(new QLabel("Directory"),                     0, 0);
-//oLayout->addWidget(_rnxPathLineEdit,                            0, 1,1,12);
-//oLayout->addWidget(new QLabel("Interval"),                      1, 0);
-//oLayout->addWidget(_rnxIntrComboBox,                            1, 1);
-//oLayout->addWidget(new QLabel("Sampling"),                      1, 2, Qt::AlignRight);
-//oLayout->addWidget(_rnxSamplSpinBox,                            1, 3, Qt::AlignLeft);
-//oLayout->addWidget(new QLabel("Skeleton extension"),            2, 0);
-//oLayout->addWidget(_rnxSkelLineEdit,                            2, 1,1,1, Qt::AlignLeft);
-//oLayout->addWidget(new QLabel("Script (full path)"),            3, 0);
-//oLayout->addWidget(_rnxScrpLineEdit,                            3, 1,1,12);
-//oLayout->addWidget(new QLabel("Version 3"),                     4, 0);
-//oLayout->addWidget(_rnxV3CheckBox,                              4, 1);
-//oLayout->addWidget(new QLabel("Saving RINEX observation files."),5,0,1,12, Qt::AlignLeft);
-//ogroup->setLayout(oLayout);
- 
 
   QGridLayout* eLayout = new QGridLayout;
@@ -411,11 +392,11 @@
   QGridLayout* rLayout = new QGridLayout;
   rLayout->setColumnMinimumWidth(0,14*ww);
-  rLayout->addWidget(new QLabel("Mountpoint"),0,0, Qt::AlignLeft);
-  rLayout->addWidget(_messTypesLineEdit,0,1,1,15,Qt::AlignLeft);
+  rLayout->addWidget(new QLabel("Mountpoint"),                    0, 0, Qt::AlignLeft);
+  rLayout->addWidget(_messTypesLineEdit,                          0, 1,1,15,Qt::AlignLeft);
   rLayout->addWidget(new QLabel("Scan RTCM Version 3.x stream to log numbers of message types and antenna information."),1, 0, 1, 4, Qt::AlignLeft);
-  rLayout->addWidget(new QLabel("    "),2,0);
-  rLayout->addWidget(new QLabel("    "),3,0);
-  rLayout->addWidget(new QLabel("    "),4,0);
-  rLayout->addWidget(new QLabel("    "),5,0);
+  rLayout->addWidget(new QLabel("    "),                          2, 0);
+  rLayout->addWidget(new QLabel("    "),                          3, 0);
+  rLayout->addWidget(new QLabel("    "),                          4, 0);
+  rLayout->addWidget(new QLabel("    "),                          5, 0);
   rgroup->setLayout(rLayout);
 
