summaryrefslogtreecommitdiff
path: root/examples/menu/menu.c
diff options
context:
space:
mode:
authorTony Gale <gale@src.gnome.org>2002-08-15 21:54:41 +0000
committerTony Gale <gale@src.gnome.org>2002-08-15 21:54:41 +0000
commitf7fa241177010bc03c051abbd80055de9d1e895a (patch)
tree316b41fcb34c54185fba8e4bb4871d2aa740137d /examples/menu/menu.c
parent3c6c7909cb839ca13a3571fdde1354839d57b0b2 (diff)
downloadgtk+-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/menu/menu.c')
-rw-r--r--examples/menu/menu.c2
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. */