summaryrefslogtreecommitdiff
path: root/demos/gtk-demo
diff options
context:
space:
mode:
Diffstat (limited to 'demos/gtk-demo')
-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 9ab61af350..24ccd65377 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.
*
*/