diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 10a95440d3..810efd5764 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2001-10-27 Anders Carlsson + + * gtk/tmpl/gtktoolbar.sgml: Change docs for + gtk_toolbar_append_item to say that it appends an item + to the end of a toolbar. This fixes #60428. + Fri Oct 26 11:54:53 2001 Owen Taylor * */Makefile.am: Update to install images. diff --git a/docs/reference/gtk/tmpl/gtktoolbar.sgml b/docs/reference/gtk/tmpl/gtktoolbar.sgml index cc49f6645c..0ef0ffd00d 100644 --- a/docs/reference/gtk/tmpl/gtktoolbar.sgml +++ b/docs/reference/gtk/tmpl/gtktoolbar.sgml @@ -86,7 +86,7 @@ creates a new toolbar. -adds a new button to the beginning (left or top edges) of the given toolbar. +adds a new button to the end (right or bottom edges) of the given toolbar. @toolbar: a #GtkToolbar. @@ -101,7 +101,7 @@ adds a new button to the beginning (left or top edges) of the given toolbar. -adds a new button to the beginning of the given toolbar. +adds a new button to the beginning (top or left edges) of the given toolbar. @toolbar: a #GtkToolbar.