diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-12-28 09:53:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-12-29 20:31:58 -0500 |
commit | 0854140b224d647bbca9a2bad4d4478d35049237 (patch) | |
tree | d62d152816949042133c2dd1268495895a599191 /gtk | |
parent | 57a861723cfb5ec65015e93d586b62f8e47a3a5f (diff) | |
download | gtk+-0854140b224d647bbca9a2bad4d4478d35049237.tar.gz |
label: Stop referring to GtkMenuItem in the docs
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtklabel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 12b597b3bb..9d8c0c49d9 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -74,8 +74,7 @@ * @Title: GtkLabel * * The #GtkLabel widget displays a small amount of text. As the name - * implies, most labels are used to label another widget such as a - * #GtkButton, a #GtkMenuItem, or a #GtkComboBox. + * implies, most labels are used to label another widget such as a #GtkButton. * * # CSS nodes * |