X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.cpp;h=d964ed5ece2eb18fce8d34fe0d0c922cbfc8bef9;hb=4ad544a2887b4fa558c9e15bc3d23988bada7480;hp=5a3c02ce9fd539c817013622be0f8f8cc68fe040;hpb=7de4f207c14185e6fceb8f6b0c63e7ec5bb5d546;p=virtualjaguar diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 5a3c02c..d964ed5 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -17,10 +17,11 @@ // #include "about.h" +#include "version.h" AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) { - setWindowTitle("About Virtual Jaguar..."); + setWindowTitle(tr("About Virtual Jaguar...")); layout = new QVBoxLayout(); layout->setSizeConstraint(QLayout::SetFixedSize); @@ -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/