]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.c
More conversion of date/time strings to strftime-based functions.
[citadel.git] / webcit / calendar.c
index 37621ef6525384fab3400115b814de985e1c414f..09735ea79b0148441c1baf10c83cef89add1b92e 100644 (file)
@@ -167,7 +167,7 @@ void cal_process_object(icalcomponent *cal,
                                wprintf(_("Date:"));
                                wprintf("</B></TD><TD>"
                                        "%s %d, %d</TD></TR>",
-                                       months[t.month - 1],
+                                       monthname(t.month - 1),
                                        t.day, t.year
                                );
                        }