]> Pileus Git - ~andy/gtk/commitdiff
s/menu_new/menu_item_new/. (#69199, Akira Tagoh.)
authorOwen Taylor <otaylor@redhat.com>
Tue, 5 Mar 2002 22:05:21 +0000 (22:05 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 5 Mar 2002 22:05:21 +0000 (22:05 +0000)
Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>

        * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
        (#69199, Akira Tagoh.)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/tutorial/gtk-tut.sgml

index 8df720bdd797cb4be67c8cddd3260934325af1e3..16ae114c9642abce45ff03833921eae782e97da1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
+       (#69199, Akira Tagoh.)
+
 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
 
        * docs/faq/Makefile.am: Build the docbook version, not
index 8df720bdd797cb4be67c8cddd3260934325af1e3..16ae114c9642abce45ff03833921eae782e97da1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
+       (#69199, Akira Tagoh.)
+
 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
 
        * docs/faq/Makefile.am: Build the docbook version, not
index 8df720bdd797cb4be67c8cddd3260934325af1e3..16ae114c9642abce45ff03833921eae782e97da1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
+       (#69199, Akira Tagoh.)
+
 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
 
        * docs/faq/Makefile.am: Build the docbook version, not
index 8df720bdd797cb4be67c8cddd3260934325af1e3..16ae114c9642abce45ff03833921eae782e97da1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
+       (#69199, Akira Tagoh.)
+
 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
 
        * docs/faq/Makefile.am: Build the docbook version, not
index 8df720bdd797cb4be67c8cddd3260934325af1e3..16ae114c9642abce45ff03833921eae782e97da1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
+       (#69199, Akira Tagoh.)
+
 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
 
        * docs/faq/Makefile.am: Build the docbook version, not
index 8df720bdd797cb4be67c8cddd3260934325af1e3..16ae114c9642abce45ff03833921eae782e97da1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
+       (#69199, Akira Tagoh.)
+
 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
 
        * docs/faq/Makefile.am: Build the docbook version, not
index 8df720bdd797cb4be67c8cddd3260934325af1e3..16ae114c9642abce45ff03833921eae782e97da1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
+       (#69199, Akira Tagoh.)
+
 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
 
        * docs/faq/Makefile.am: Build the docbook version, not
index aa466997006bc244f2e51d15a42769fc62c9a71a..99755226505ed5112f9f64682399efe625c1f6e4 100755 (executable)
@@ -8264,7 +8264,7 @@ gtk_menu_new() and a "menu item" as created by the gtk_menu_item_new()
 functions. The menu item will be an actual button with an associated
 action, whereas a menu will be a container holding menu items.</para>
 
-<para>The gtk_menu_new_with_label() and gtk_menu_new() functions are just as
+<para>The gtk_menu_item_new_with_label() and gtk_menu_item_new() functions are just as
 you'd expect after reading about the buttons. One creates a new menu
 item with a label already packed into it, and the other just creates a
 blank menu item.</para>