Report Column Header

- Added "Number" to the ghistory graph title.
This commit is contained in:
Paul Beckingham
2009-03-03 23:13:31 -05:00
parent d7a9d06360
commit d831ab335a

View File

@@ -1070,7 +1070,7 @@ std::string handleReportGHistory (TDB& tdb, T& task, Config& conf)
table.setDateFormat (conf.get ("dateformat", "m/d/Y")); table.setDateFormat (conf.get ("dateformat", "m/d/Y"));
table.addColumn ("Year"); table.addColumn ("Year");
table.addColumn ("Month"); table.addColumn ("Month");
table.addColumn ("Added/Completed/Deleted"); table.addColumn ("Number Added/Completed/Deleted");
if (conf.get ("color", true)) if (conf.get ("color", true))
{ {