src/demo.cpp

changeset 26
9aab482c9125
parent 24
61e2752dd7cd
child 30
6b82f6a3ad53
--- 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;

mercurial