Index: trunk/BNC/bncnetqueryv2.cpp
===================================================================
--- trunk/BNC/bncnetqueryv2.cpp	(revision 1459)
+++ trunk/BNC/bncnetqueryv2.cpp	(revision 1460)
@@ -56,5 +56,5 @@
 void bncNetQueryV2::slotError(QNetworkReply::NetworkError) {
   _status = error;
-  emit newMessage(_reply->errorString().toAscii(), true);
+  emit newMessage("NetQuery: " + _reply->errorString().toAscii(), true);
   _eventLoop->quit();
 }
Index: trunk/BNC/bnctabledlg.cpp
===================================================================
--- trunk/BNC/bnctabledlg.cpp	(revision 1459)
+++ trunk/BNC/bnctabledlg.cpp	(revision 1460)
@@ -386,5 +386,5 @@
    QDialog(parent) {
 
-  static const QStringList labels = QString("url,port,caster,operator,nmea,country,lat,long,link").split(",");
+  static const QStringList labels = QString("host,port,caster,operator,nmea,country,lat,long,link").split(",");
 
   QStringList lines;
