1.1 --- a/aboutdialog.cpp Tue Mar 07 11:32:00 2006 +0000
1.2 +++ b/aboutdialog.cpp Thu Jun 01 14:51:56 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>"