Thu, 23 Jul 2015 17:45:54 +0300
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()) {