Index: trunk/BNC/bncgetthread.cpp
===================================================================
--- trunk/BNC/bncgetthread.cpp	(revision 236)
+++ trunk/BNC/bncgetthread.cpp	(revision 237)
@@ -88,5 +88,5 @@
    reqStr = "GET " + hlp.path().toAscii() + 
             " HTTP/1.0\r\n"
-            "User-Agent: NTRIP BNC 1.0\r\n"
+            "User-Agent: NTRIP BNC 1.0b\r\n"
             "Authorization: Basic " +
             userAndPwd.toBase64() + "\r\n\r\n";
@@ -94,5 +94,5 @@
    reqStr = "GET " + hlp.toEncoded() + 
             " HTTP/1.0\r\n"
-            "User-Agent: NTRIP BNC 1.0\r\n"
+            "User-Agent: NTRIP BNC 1.0b\r\n"
             "Authorization: Basic " +
             userAndPwd.toBase64() + "\r\n\r\n";
Index: trunk/BNC/bnchelp.html
===================================================================
--- trunk/BNC/bnchelp.html	(revision 236)
+++ trunk/BNC/bnchelp.html	(revision 237)
@@ -38,5 +38,5 @@
 <ul>
 <li>RTCM Version 2.x format containing message types 18 and 19 (GPS and GLONASS), </li> 
-<li>RTCM Version 3 format containing message types 1001, 1002, 1003, 1004, 1009, 1010, 1011, and 1012 (GPS and GLONASS),</li>
+<li>RTCM Version 3 format containing message types 1001, 1002, 1003, 1004 (GPS), and 1009, 1010, 1011, 1012 (GLONASS),</li>
 <li>RTIGS format (only GPS).</li> 
 </ul>
Index: trunk/BNC/bnchlpdlg.cpp
===================================================================
--- trunk/BNC/bnchlpdlg.cpp	(revision 236)
+++ trunk/BNC/bnchlpdlg.cpp	(revision 237)
@@ -27,4 +27,5 @@
 
   bncHtml* _tb = new bncHtml;
+  setWindowTitle("Help Contents");
   _tb->setSource(url);
   _tb->setReadOnly(true);
Index: trunk/BNC/bnctabledlg.cpp
===================================================================
--- trunk/BNC/bnctabledlg.cpp	(revision 236)
+++ trunk/BNC/bnctabledlg.cpp	(revision 237)
@@ -24,4 +24,5 @@
 
   setMinimumSize(600,400);
+  setWindowTitle(tr("Add Mountpoints"));
 
   QVBoxLayout* mainLayout = new QVBoxLayout(this);
Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 236)
+++ trunk/BNC/bncwindow.cpp	(revision 237)
@@ -36,4 +36,5 @@
 
   setMinimumSize(60*ww, 80*ww);
+  setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.0b"));
 
   // Create Actions
