sources/interface.cpp

changeset 95
e7439fa13093
parent 92
39947c46ed17
child 96
5314ebdcb38d
--- a/sources/interface.cpp	Thu Jul 23 17:40:49 2015 +0300
+++ b/sources/interface.cpp	Thu Jul 23 17:45:54 2015 +0300
@@ -166,7 +166,7 @@
 	OutputLines.clear();
 	OutputLines << ColoredLine();
 	Session.set_interface (this);
-	Title.sprintf (APPNAME " %s (%d)", full_version_string(), changeset_date_string());
+	Title.sprintf (APPNAME " %s (%s)", full_version_string(), changeset_date_string());
 
 	if (::has_colors())
 	{

mercurial