branch | 0.9.19 |
changeset 9122 | 8f5f389184b5 |
parent 9080 | 9b42757d7e71 |
child 9126 | 63bf1f4f40f8 |
child 9212 | 1d4e1469940b |
--- 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);