aboutdialog.cpp
changeset 203 1ced9d88d82d
parent 181 bd530b01f77f
child 228 654ad4b03c5a
     1.1 --- a/aboutdialog.cpp	Wed Feb 01 16:39:06 2006 +0000
     1.2 +++ b/aboutdialog.cpp	Wed Feb 15 12:54:55 2006 +0000
     1.3 @@ -1,5 +1,3 @@
     1.4 -/* emacs: -*- Mode: C; c-style: "bsd"; c-basic-offset: 4; c-recognize-knr-p: nil; -*- */
     1.5 -
     1.6  #include <qmime.h>
     1.7  #include <qprocess.h>
     1.8  
     1.9 @@ -22,7 +20,8 @@
    1.10      credits=new AboutTextBrowser (this,"credits");
    1.11  
    1.12      credits->setText (
    1.13 -	"<h3><center><img src=\"vym_logo\">VYM - View Your Mind </h3>"
    1.14 +	"<center><img src=\"vym_128x128\"></center>"
    1.15 +	"<h3><center>VYM - View Your Mind </h3>"
    1.16  	"<p align=\"center\"> A tool to put the things you have got in your mind into a map.</p>"
    1.17  	"<p align=\"center\"> (c) by Uwe Drechsel (<a href=\"mailto:vym@InSilmaril.de\">vym@InSilmaril.de</a>)</p>"
    1.18  	"<p align=\"center\"> Version " __VYM_VERSION" - " __BUILD_DATE"</p>"