From 18046d90002bce603a2fc74a6136130dbe3dd513 Mon Sep 17 00:00:00 2001 From: Guillaume Laurent Date: Sun, 7 Feb 1999 22:35:48 +0000 Subject: [PATCH] Changed a remaining "menufactory" to "itemfactory" --- docs/gtk_tut.sgml | 2 +- docs/tutorial/gtk_tut.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gtk_tut.sgml b/docs/gtk_tut.sgml index 8760863dca..efad9eb396 100644 --- a/docs/gtk_tut.sgml +++ b/docs/gtk_tut.sgml @@ -8896,7 +8896,7 @@ disadvantages to each approach. The itemfactory is much easier to use, and to add new menus to, although writing a few wrapper functions to create menus using the manual method could go a long way towards usability. With the -menufactory, it is not possible to add images or the character '/' to +itemfactory, it is not possible to add images or the character '/' to the menus. diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index 8760863dca..efad9eb396 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -8896,7 +8896,7 @@ disadvantages to each approach. The itemfactory is much easier to use, and to add new menus to, although writing a few wrapper functions to create menus using the manual method could go a long way towards usability. With the -menufactory, it is not possible to add images or the character '/' to +itemfactory, it is not possible to add images or the character '/' to the menus.