# HG changeset patch # User koda # Date 1370375895 -7200 # Node ID 8f5f389184b5f78595fb82d95d3fe13e89fa2430 # Parent 41424fca0ef33dfa25b67a04a968c341d012ade7 sheepluva asked, one less gci task to do diff -r 41424fca0ef3 -r 8f5f389184b5 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);