QTfrontend/ui_hwform.cpp
changeset 1542 b755ddb0bae8
parent 1311 49beb1221c0b
child 1621 d1ded2532d3f
--- a/QTfrontend/ui_hwform.cpp	Sat Dec 06 11:53:50 2008 +0000
+++ b/QTfrontend/ui_hwform.cpp	Wed Dec 10 18:46:31 2008 +0000
@@ -24,6 +24,7 @@
 #include "ui_hwform.h"
 #include "pages.h"
 #include "playrecordpage.h"
+#include "hwconsts.h"
 
 void Ui_HWForm::setupUi(QMainWindow *HWForm)
 {
@@ -32,7 +33,7 @@
 	HWForm->setObjectName(QString::fromUtf8("HWForm"));
 	HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint()));
 	HWForm->setMinimumSize(QSize(720, 430));
-	HWForm->setWindowTitle(QMainWindow::tr("Hedgewars"));
+	HWForm->setWindowTitle(QMainWindow::tr("Hedgewars %1").arg(*cVersionString));
 	centralWidget = new QWidget(HWForm);
 	centralWidget->setObjectName(QString::fromUtf8("centralWidget"));