diff options
author | Tony Gale <gale@src.gnome.org> | 2002-08-15 21:54:41 +0000 |
---|---|---|
committer | Tony Gale <gale@src.gnome.org> | 2002-08-15 21:54:41 +0000 |
commit | f7fa241177010bc03c051abbd80055de9d1e895a (patch) | |
tree | 316b41fcb34c54185fba8e4bb4871d2aa740137d /docs/tutorial | |
parent | 3c6c7909cb839ca13a3571fdde1354839d57b0b2 (diff) | |
download | gtk+-f7fa241177010bc03c051abbd80055de9d1e895a.tar.gz |
minor menu example comment fix (feeling my way back in after a long
* docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
minor menu example comment fix
(feeling my way back in after a long absence)
Diffstat (limited to 'docs/tutorial')
-rwxr-xr-x | docs/tutorial/gtk-tut.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml index 9975522650..9e394aae1f 100755 --- a/docs/tutorial/gtk-tut.sgml +++ b/docs/tutorial/gtk-tut.sgml @@ -5,7 +5,7 @@ <book id="gtk-tut"> <bookinfo> - <date>February 25, 2002</date> + <date>August 15, 2002</date> <title>GTK+ 2.0 Tutorial</title> <authorgroup> <author> @@ -8475,7 +8475,7 @@ int main( int argc, menu = gtk_menu_new (); /* Next we make a little loop that makes three menu-entries for "test-menu". - * Notice the call to gtk_menu_append. Here we are adding a list of + * Notice the call to gtk_menu_shell_append. Here we are adding a list of * menu items to our menu. Normally, we'd also catch the "clicked" * signal on each of the menu items and setup a callback for it, * but it's omitted here to save space. */ @@ -13087,7 +13087,7 @@ The GLib text was in turn based on material developed by Damon Chaplin <para>The GTK Tutorial is Copyright (C) 1997 Ian Main. </para> -<para>Copyright (C) 1998-1999 Tony Gale.</para> +<para>Copyright (C) 1998-2002 Tony Gale.</para> <para>Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are |