aboutdialog.cpp
changeset 268 2a6157d381fe
parent 228 654ad4b03c5a
child 350 13b9befc665e
     1.1 --- a/aboutdialog.cpp	Wed Mar 29 09:11:09 2006 +0000
     1.2 +++ b/aboutdialog.cpp	Mon Apr 10 11:00:19 2006 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  
     1.5  extern Main *mainWindow;
     1.6  extern Settings settings;
     1.7 +extern QString iconPath;
     1.8  
     1.9  AboutDialog::AboutDialog( QWidget *parent, const char *name)
    1.10      : QDialog( parent, name)
    1.11 @@ -20,7 +21,7 @@
    1.12      credits=new AboutTextBrowser (this,"credits");
    1.13  
    1.14      credits->setText (
    1.15 -	"<center><img src=\"vym_128x128\"></center>"
    1.16 +	"<center><img src=\""+iconPath+"vym-128x128.png\"></center>"
    1.17  	"<h3><center>VYM - View Your Mind </h3>"
    1.18  	"<p align=\"center\"> A tool to put the things you have got in your mind into a map.</p>"
    1.19  	"<p align=\"center\"> (c) by Uwe Drechsel (<a href=\"mailto:vym@InSilmaril.de\">vym@InSilmaril.de</a>)</p>"