* summary.c: fixed the date display.
authorArt Cancro <ajc@citadel.org>
Mon, 31 Oct 2005 02:59:24 +0000 (02:59 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 31 Oct 2005 02:59:24 +0000 (02:59 +0000)
webcit/ChangeLog
webcit/summary.c

index 85cdf4b26da960a994d13a62a0d21650cb02896e..7b61a6a727b5c057eb922b7434fe31be94661ea4 100644 (file)
@@ -1,5 +1,8 @@
 $Id$
 
+Sun Oct 30 21:58:23 EST 2005 ajc
+* summary.c: fixed the date display.
+
 Sun Oct 30 01:40:35 EDT 2005 ajc
 * messages.c: the summary line for each message is now a div containing fixed
   width floating spans instead of a table row.  This is being done as part of
index a8d97d283a45236b49801ced93f24375c84caa02..f78438666d6ed0a60c820af53eb3d53730659101 100644 (file)
@@ -35,7 +35,7 @@ void output_date(void) {
        months[8] = _("September");
        months[9] = _("October");
        months[10] = _("November");
-       months[12] = _("December");
+       months[11] = _("December");
 
        time(&now);
        localtime_r(&now, &tm);