summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-05 22:05:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-05 22:05:21 +0000
commit9733428511ce71d309765e5e0882904a2ed32126 (patch)
tree878b230b749f602e2bf0112fc660f48311786f33
parente81022da91ad37e454bd5ae1664908ed8a9b1866 (diff)
downloadgtk+-9733428511ce71d309765e5e0882904a2ed32126.tar.gz
s/menu_new/menu_item_new/. (#69199, Akira Tagoh.)
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.)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rwxr-xr-xdocs/tutorial/gtk-tut.sgml2
8 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8df720bdd7..16ae114c96 100644
--- 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
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8df720bdd7..16ae114c96 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -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
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8df720bdd7..16ae114c96 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8df720bdd7..16ae114c96 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -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
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 8df720bdd7..16ae114c96 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 8df720bdd7..16ae114c96 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 8df720bdd7..16ae114c96 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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
diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml
index aa46699700..9975522650 100755
--- a/docs/tutorial/gtk-tut.sgml
+++ b/docs/tutorial/gtk-tut.sgml
@@ -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>