- Now properly parses dates according to specified date format.

This commit is contained in:
Paul Beckingham 2008-06-12 23:58:58 -04:00
parent fd7bb9daa9
commit 8d90035bbc
5 changed files with 44 additions and 9 deletions

View file

@ -136,7 +136,7 @@ void Config::createDefault (const std::string& file)
set ("data.location", taskDir);
set ("command.logging", "off");
set ("confirmation", "yes");
set ("next", 2);
set ("next", 1);
set ("curses", "on");
set ("color", "on");
set ("color.overdue", "red");