diff -r 6235925d0fa1 -r 1d4e1469940b QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Wed Jun 12 12:03:04 2013 +0200 +++ b/QTfrontend/ui_hwform.cpp Wed Jun 12 12:18:03 2013 +0200 @@ -55,7 +55,7 @@ HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint())); HWForm->setMinimumSize(QSize(720, 450)); QString title = QMainWindow::tr("Hedgewars %1").arg(*cVersionString); -#ifdef DEBUG +#ifdef QT_DEBUG title += QString("-r%1 (%2)").arg(*cRevisionString, *cHashString); #endif HWForm->setWindowTitle(title);