--- a/src/demo.cpp Sun Sep 08 19:56:11 2013 +0300 +++ b/src/demo.cpp Sun Sep 08 21:02:10 2013 +0300 @@ -277,7 +277,7 @@ ui.versionLabel->setText (zanversion); ui.iwadLabel->setText (wads[0]); ui.pwadsLabel->setText (pwadtext); - dlg->setWindowTitle (str (APPNAME) + " " + versionString()); + dlg->setWindowTitle (versionSignature()); if (!dlg->exec()) return 1;