diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-02-04 16:58:59 +0000 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-02-04 17:30:11 +0000 |
commit | 03df034684934778135cb11d50d8ec42c15ca342 (patch) | |
tree | 31b9bcc63590282d70a9934623be37de8cbd9d09 /gtk/gtkaccelgroup.c | |
parent | 012bc98936c9e179117392d248d1445c42fd54d6 (diff) | |
download | gtk+-03df034684934778135cb11d50d8ec42c15ca342.tar.gz |
Remove latest bits of GtkItemFactory
Diffstat (limited to 'gtk/gtkaccelgroup.c')
-rw-r--r-- | gtk/gtkaccelgroup.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index a0360055e4..7f09e67e4f 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -47,10 +47,9 @@ * A #GtkAccelGroup represents a group of keyboard accelerators, * typically attached to a toplevel #GtkWindow (with * gtk_window_add_accel_group()). Usually you won't need to create a - * #GtkAccelGroup directly; instead, when using #GtkItemFactory, GTK+ - * automatically sets up the accelerators for your menus in the item - * factory's #GtkAccelGroup. - * + * #GtkAccelGroup directly; instead, when using #GtkUIManager, GTK+ + * automatically sets up the accelerators for your menus in the ui + * manager's #GtkAccelGroup. * * Note that <firstterm>accelerators</firstterm> are different from * <firstterm>mnemonics</firstterm>. Accelerators are shortcuts for |