# HG changeset patch # User insilmaril # Date 1144666819 0 # Node ID 2a6157d381fe87d90a403ea41e944c083b582b9e # Parent 5d0cbeb02bf34c12480a5bbd61578719325b36ec switching to KDE icons diff -r 5d0cbeb02bf3 -r 2a6157d381fe aboutdialog.cpp --- a/aboutdialog.cpp Wed Mar 29 09:11:09 2006 +0000 +++ b/aboutdialog.cpp Mon Apr 10 11:00:19 2006 +0000 @@ -9,6 +9,7 @@ extern Main *mainWindow; extern Settings settings; +extern QString iconPath; AboutDialog::AboutDialog( QWidget *parent, const char *name) : QDialog( parent, name) @@ -20,7 +21,7 @@ credits=new AboutTextBrowser (this,"credits"); credits->setText ( - "<center><img src=\"vym_128x128\"></center>" + "<center><img src=\""+iconPath+"vym-128x128.png\"></center>" "<h3><center>VYM - View Your Mind </h3>" "<p align=\"center\"> A tool to put the things you have got in your mind into a map.</p>" "<p align=\"center\"> (c) by Uwe Drechsel (<a href=\"mailto:vym@InSilmaril.de\">vym@InSilmaril.de</a>)</p>"