aboutdialog.cpp
changeset 458 84b37cc9e63e
parent 450 beb875135811
child 480 4e2c9394c7da
     1.1 --- a/aboutdialog.cpp	Wed Apr 11 09:21:18 2007 +0000
     1.2 +++ b/aboutdialog.cpp	Wed Apr 25 16:02:54 2007 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  extern QString iconPath;
     1.5  extern QString vymVersion;
     1.6  extern QString vymBuildDate;
     1.7 +extern QString vymCodeName;
     1.8  
     1.9  AboutDialog::AboutDialog( QWidget *parent, const char *name)
    1.10      : QDialog( parent, name)
    1.11 @@ -26,6 +27,7 @@
    1.12  	"<p align=\"center\"> A tool to put the things you have got in your mind into a map.</p>"
    1.13  	"<p align=\"center\"> (c) by Uwe Drechsel (<a href=\"mailto:vym@InSilmaril.de\">vym@InSilmaril.de</a>)</p>"
    1.14  	"<p align=\"center\"> Version " +vymVersion+" - " +vymBuildDate+"</p>"
    1.15 +	"<p align=\"center\"> " +vymCodeName+"</p>"
    1.16  	"<ul>"
    1.17  	"<li> Contact</li>"
    1.18  		"<ul>"