1.1 --- a/aboutdialog.cpp Mon Oct 30 12:39:37 2006 +0000
1.2 +++ b/aboutdialog.cpp Wed Mar 21 11:51:38 2007 +0000
1.3 @@ -3,12 +3,13 @@
1.4 #include <QFrame>
1.5
1.6 #include "aboutdialog.h"
1.7 -#include "version.h"
1.8 #include "settings.h"
1.9
1.10
1.11 extern Settings settings;
1.12 extern QString iconPath;
1.13 +extern QString vymVersion;
1.14 +extern QString vymBuildDate;
1.15
1.16 AboutDialog::AboutDialog( QWidget *parent, const char *name)
1.17 : QDialog( parent, name)
1.18 @@ -24,7 +25,7 @@
1.19 "<h3><center>VYM - View Your Mind </h3>"
1.20 "<p align=\"center\"> A tool to put the things you have got in your mind into a map.</p>"
1.21 "<p align=\"center\"> (c) by Uwe Drechsel (<a href=\"mailto:vym@InSilmaril.de\">vym@InSilmaril.de</a>)</p>"
1.22 - "<p align=\"center\"> Version " __VYM_VERSION" - " __BUILD_DATE"</p>"
1.23 + "<p align=\"center\"> Version " +vymVersion+" - " +vymBuildDate+"</p>"
1.24 "<ul>"
1.25 "<li> Contact</li>"
1.26 "<ul>"