Index: trunk/BNC/src/upload/bnccustomtrafo.cpp
===================================================================
--- trunk/BNC/src/upload/bnccustomtrafo.cpp	(revision 8084)
+++ trunk/BNC/src/upload/bnccustomtrafo.cpp	(revision 8085)
@@ -113,5 +113,5 @@
   editLayout->addWidget(new QLabel(tr("t0 [y]")),         4, 4, Qt::AlignRight);
   editLayout->addWidget(_t0LineEdit,                      4, 5);
-  editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS08"), 5, 0, 1, 6, Qt::AlignCenter);
+  editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS14"), 5, 0, 1, 6, Qt::AlignCenter);
   editLayout->addWidget(new QLabel("into target reference system."), 6, 0, 1, 6, Qt::AlignCenter);
 
@@ -120,5 +120,5 @@
   _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this);
   connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
- 
+
   _buttonCancel = new QPushButton(tr("Cancel"), this);
   connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 8084)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 8085)
@@ -249,5 +249,5 @@
   int iEpoBegEarlier = _rtnetStreamBuffer.indexOf('*');
   if (iEpoBegEarlier != -1 && iEpoBegEarlier < iEpoBeg) { // are there two epoch lines in buffer?
-	  _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoBegEarlier);
+    _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoBegEarlier);
   }
   else {
@@ -2278,5 +2278,5 @@
 
   double dc = 0.0;
-  if (_crdTrafo != "IGS08") {
+  if (_crdTrafo != "IGS14") {
     crdTrafo(GPSweek, xP, dc);
   }
