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 /examples | |
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 'examples')
-rw-r--r-- | examples/menu/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/menu/menu.c b/examples/menu/menu.c index 132602fae2..4747ef889f 100644 --- a/examples/menu/menu.c +++ b/examples/menu/menu.c @@ -35,7 +35,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. */ |