diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3f611e6200..825ea1f391 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2000-05-28 Damon Chaplin + + * gdk/tmpl/event_structs.sgml: typo. + 2000-04-22 Damon Chaplin * gtk/tmpl/gtkenums.sgml: update from Lee Mallabone diff --git a/docs/reference/gdk/tmpl/event_structs.sgml b/docs/reference/gdk/tmpl/event_structs.sgml index b5a9d13445..2e6d52b5fd 100644 --- a/docs/reference/gdk/tmpl/event_structs.sgml +++ b/docs/reference/gdk/tmpl/event_structs.sgml @@ -80,7 +80,7 @@ these fields. Describes a key press or key release event. -@type: the type of the event (%GDK_KEY_RELEASE or %GDK_KEY_RELEASE). +@type: the type of the event (%GDK_KEY_PRESS or %GDK_KEY_RELEASE). @window: the window which received the event. @send_event: TRUE if the event was sent explicitly (e.g. using XSendEvent). @time: the time of the event in milliseconds.