Fix rendering of the date string...

Thu, 23 Jul 2015 17:45:54 +0300

author
Teemu Piippo <tsapii@utu.fi>
date
Thu, 23 Jul 2015 17:45:54 +0300
changeset 95
e7439fa13093
parent 94
294803d4ab5d
child 96
5314ebdcb38d

Fix rendering of the date string...

sources/interface.cpp file | annotate | diff | comparison | revisions
--- 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