From 0531a161f783c21b691c42d34e7fdc447dddbdee Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 16 Feb 2005 03:50:06 +0000 Subject: [PATCH] Add some more info. (#167356, Hubert Sokolowski) 2005-02-15 Matthias Clasen * gtk/tmpl/gtkcalendar.sgml: Add some more info. (#167356, Hubert Sokolowski) --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkcalendar.sgml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 2b9e03d4fb..f0d281bdc8 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-02-15 Matthias Clasen + + * gtk/tmpl/gtkcalendar.sgml: Add some more + info. (#167356, Hubert Sokolowski) + 2005-02-11 Matthias Clasen * gtk/gtk-sections.txt: Add GtkPackDirection and diff --git a/docs/reference/gtk/tmpl/gtkcalendar.sgml b/docs/reference/gtk/tmpl/gtkcalendar.sgml index 05b3ba0042..cde6a8c859 100644 --- a/docs/reference/gtk/tmpl/gtkcalendar.sgml +++ b/docs/reference/gtk/tmpl/gtkcalendar.sgml @@ -255,8 +255,8 @@ Obtains the selected date from a #GtkCalendar. @calendar: a #GtkCalendar. @year: location to store the year number. -@month: location to store the month number. -@day: location to store the day number. +@month: location to store the month number (between 0 and 11). +@day: location to store the day number (between 1 and 31).