X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.cpp;fp=src%2Fgui%2Fabout.cpp;h=d964ed5ece2eb18fce8d34fe0d0c922cbfc8bef9;hb=67a95fc0511260daf0a92709e8a835a090b467d8;hp=dc8a93a1d5b28c645c5c4038317ec1d2daad22f6;hpb=22df98479e3be04169e6c70f5d08dc56d4ccb4ed;p=virtualjaguar diff --git a/src/gui/about.cpp b/src/gui/about.cpp index dc8a93a..d964ed5 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -17,6 +17,7 @@ // #include "about.h" +#include "version.h" AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) { @@ -31,11 +32,13 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) image->setPixmap(QPixmap(":/res/vj_title_small.png")); layout->addWidget(image); -// QString s = QString(tr("(Last full build was on %1 %2)
")).arg(__DATE__).arg(__TIME__); - QString s = QString(tr("SVN %1
")).arg(__DATE__); +// QString s = QString(tr("SVN %1
")).arg(__DATE__); + QString s;// = QString(""); s.append(tr( "" - "" + "" "" "" ""
Version: 2.0.0
Version: " + VJ_RELEASE_VERSION " (" VJ_RELEASE_SUBVERSION ")" + "
Coders: James L. Hammons (shamus)
Niels Wagenaar (nwagenaar)
Carwin Jones (Caz)
Adam Green
Testers: Guruma
Homepage: http://icculus.org/virtualjaguar/