src/mainWindow.cc

changeset 774
8bce7acd100c
parent 773
6eb3c88982ac
child 776
624131d0163d
--- a/src/mainWindow.cc	Sat May 17 15:38:20 2014 +0300
+++ b/src/mainWindow.cc	Sat May 17 15:45:56 2014 +0300
@@ -278,8 +278,8 @@
 	title += " [pre-release build]";
 #endif // DEBUG
 
-	if (compileTimeString()[0] != '\0')
-		title += format (" (built %1)", compileTimeString());
+	if (commitTimeString()[0] != '\0')
+		title += format (" (%1)", commitTimeString());
 
 	setWindowTitle (title);
 }

mercurial