sheepluva asked, one less gci task to do 0.9.19
authorkoda
Tue, 04 Jun 2013 21:58:15 +0200
branch0.9.19
changeset 9122 8f5f389184b5
parent 9121 41424fca0ef3
child 9123 19c57656460f
sheepluva asked, one less gci task to do
QTfrontend/ui_hwform.cpp
--- a/QTfrontend/ui_hwform.cpp	Tue Jun 04 17:20:23 2013 +0200
+++ b/QTfrontend/ui_hwform.cpp	Tue Jun 04 21:58:15 2013 +0200
@@ -56,7 +56,7 @@
     HWForm->setMinimumSize(QSize(720, 450));
     QString title = QMainWindow::tr("Hedgewars %1").arg(*cVersionString);
 #ifdef DEBUG
-    title += QMainWindow::tr("-r%1 (%2)").arg(*cRevisionString, *cHashString);
+    title += QString("-r%1 (%2)").arg(*cRevisionString, *cHashString);
 #endif
     HWForm->setWindowTitle(title);
     centralWidget = new QWidget(HWForm);