Index: /trunk/BNC/bncabout.html
===================================================================
--- /trunk/BNC/bncabout.html	(revision 163)
+++ /trunk/BNC/bncabout.html	(revision 164)
@@ -1,5 +1,2 @@
-"<p>"
-"BKG NTRIP Client (BNC), Version 1.0<br>"
-"<br>"
 "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>"
 "<br>"
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 163)
+++ /trunk/BNC/bncwindow.cpp	(revision 164)
@@ -429,6 +429,10 @@
   QDialog dlg(this);
 
-  QVBoxLayout* dlgLayout = new QVBoxLayout();
-  dlgLayout->addWidget(tb);
+  QGridLayout* dlgLayout = new QGridLayout();
+  QLabel* img = new QLabel();
+  img->setPixmap(QPixmap(":ntrip-logo-grau.bmp"));
+  dlgLayout->addWidget(img, 0,0);
+  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.0"), 0,1);
+  dlgLayout->addWidget(tb,1,0,1,2);
 
   dlg.setLayout(dlgLayout);
