QTfrontend/ui_hwform.cpp
changeset 187 96c3154efee5
parent 184 f97a7a3dc8f6
child 306 7b61834edcf6
--- a/QTfrontend/ui_hwform.cpp	Thu Oct 05 18:36:04 2006 +0000
+++ b/QTfrontend/ui_hwform.cpp	Thu Oct 05 18:44:14 2006 +0000
@@ -28,10 +28,7 @@
 	HWForm->setObjectName(QString::fromUtf8("HWForm"));
 	HWForm->resize(QSize(620, 430).expandedTo(HWForm->minimumSizeHint()));
 	HWForm->setMinimumSize(QSize(620, 430));
-	HWForm->setWindowTitle(QMainWindow::tr("-= by unC0Rr =-"));
-	centralWidget = new QWidget(HWForm);
-	centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
-
+	HWForm->setWindowTitle(QMainWindow::tr("Hedgewars"));
 	centralWidget = new QWidget(HWForm);
 	centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
 
@@ -77,6 +74,9 @@
 	pageNetGame	= new PageNetGame();
 	Pages->addWidget(pageNetGame);
 
+	pageInfo = new PageInfo();
+	Pages->addWidget(pageInfo);
+
 	pageMain = new PageMain();
 	Pages->addWidget(pageMain);
 }