summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-10-10 21:04:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-10-10 21:04:30 +0000
commitdd548173bf497c69a4d734e62839f83d1d95969c (patch)
tree8e644771cc8d412bf016ae49dd4102fe61e84ce8 /demos
parente8bcc9af668ba2200085ed014bdbef41f53af832 (diff)
downloadgdk-pixbuf-dd548173bf497c69a4d734e62839f83d1d95969c.tar.gz
Replace GtkItemFactory by GtkUIManager in the intro (again).
Fri Oct 10 23:02:58 2003 Matthias Clasen <maclas@gmx.de> * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager in the intro (again).
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/gtk-demo/menus.c b/demos/gtk-demo/menus.c
index 9ab61af35..24ccd6537 100644
--- a/demos/gtk-demo/menus.c
+++ b/demos/gtk-demo/menus.c
@@ -19,9 +19,9 @@
* up when the menu item is selected. Typically, all menu items in a menu bar
* have submenus.
*
- * GtkItemFactory provides a higher-level interface for creating menu bars
+ * GtkUIManager provides a higher-level interface for creating menu bars
* and menus; while you can construct menus manually, most people don't
- * do that. There's a separate demo for GtkItemFactory.
+ * do that. There's a separate demo for GtkUIManager.
*
*/