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/gtkaccellabel.c | |
parent | 012bc98936c9e179117392d248d1445c42fd54d6 (diff) | |
download | gtk+-03df034684934778135cb11d50d8ec42c15ca342.tar.gz |
Remove latest bits of GtkItemFactory
Diffstat (limited to 'gtk/gtkaccellabel.c')
-rw-r--r-- | gtk/gtkaccellabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index e373542d29..e354d279c1 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -41,7 +41,7 @@ * SECTION:gtkaccellabel * @Short_description: A label which displays an accelerator key on the right of the text * @Title: GtkAccelLabel - * @See_also: #GtkItemFactory, #GtkAccelGroup + * @See_also: #GtkAccelGroup * * The #GtkAccelLabel widget is a subclass of #GtkLabel that also displays an * accelerator key on the right of the label text, e.g. 'Ctl+S'. |