Index: /trunk/BNC/bnc.qrc
===================================================================
--- /trunk/BNC/bnc.qrc	(revision 172)
+++ /trunk/BNC/bnc.qrc	(revision 173)
@@ -1,4 +1,5 @@
 <!DOCTYPE RCC><RCC version="1.0">
 <qresource>
+    <file>ntrip-logo.png</file>
     <file>ntrip-logo-grau.bmp</file>
     <file>ntrip-logo-blau.bmp</file>
Index: /trunk/BNC/bncabout.html
===================================================================
--- /trunk/BNC/bncabout.html	(revision 172)
+++ /trunk/BNC/bncabout.html	(revision 173)
@@ -1,16 +1,20 @@
-Developed under GNU General Public License for \"Networked Transport of RTCM via Internet Protocol\" to receive GNSS streaming data over the Internet. Visit <a><u>http://igs.bkg.bund.de/index_ntrip.htm</u></a> for details.<br>
+Developed under GNU General Public License for 'Networked Transport of RTCM via Internet Protocol' (NTRIP) to receive GNSS streaming data over the Internet.<br>
+<u>http://igs.bkg.bund.de/index_ntrip.htm</u><br>
 <br>
 Software by:<br>
 Czech Technical University, Prague<br>
-Faculty of Civil Engineering (<a><u>http://www.fsv.cvut.cz</u></a>)<br>
+Faculty of Civil Engineering<br>
 Department of Advanced Geodesy<br>
+<u>http://www.fsv.cvut.cz</u><br>
 <br>
 For:<br>
-Federal Agency for Cartography and Geodesy (<a><u>http://www.bkg.bund.de</u></a>)<br>
+Federal Agency for Cartography and Geodesy<br>
 Department of Geodesy<br>
 Frankfurt, Germany<br>
+<u>http://www.bkg.bund.de</u><br>
 <br>
-This software is provided \"as is\".<br>
-Make sure you installed the latest version <a>http://igs.bkg.bund.de/root_ftp/NTRIP/software/BNC_Windows.zip</u></a>.<br>
+This software is provided 'as is'.<br>
+Make sure you installed the latest version available from:<br>
+<u>http://igs.bkg.bund.de/index_ntrip_down.htm</u><br>
 <br>
 Disclaimer:<br>
Index: /trunk/BNC/bnchelp.html
===================================================================
--- /trunk/BNC/bnchelp.html	(revision 172)
+++ /trunk/BNC/bnchelp.html	(revision 173)
@@ -281,5 +281,5 @@
 
 <br>
-<a name=annex>
+<a name="annex">
 <p><h3>E - Annex</h3></p>
 <p>
@@ -448,3 +448,2 @@
 <p>
 </p>
-
Index: /trunk/BNC/bncmain.cpp
===================================================================
--- /trunk/BNC/bncmain.cpp	(revision 172)
+++ /trunk/BNC/bncmain.cpp	(revision 173)
@@ -55,5 +55,5 @@
     }
    
-    app.setWindowIcon(QPixmap(":ntrip-logo-grau.bmp"));
+    app.setWindowIcon(QPixmap(":ntrip-logo.png"));
 
     bncWindow* bncWin = new bncWindow();
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 172)
+++ /trunk/BNC/bncwindow.cpp	(revision 173)
@@ -428,5 +428,5 @@
   QGridLayout* dlgLayout = new QGridLayout();
   QLabel* img = new QLabel();
-  img->setPixmap(QPixmap(":ntrip-logo-grau.bmp"));
+  img->setPixmap(QPixmap(":ntrip-logo.png"));
   dlgLayout->addWidget(img, 0,0);
   dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.0"), 0,1);
