diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 12:01:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 12:01:04 -0400 |
commit | 929a56e53cddb56e9057ff6c3aa2d968ce31a103 (patch) | |
tree | 65742eabdc7437b5c8a8712b3cc64b27e56ab94d /gtk/gtktooltip.c | |
parent | 6ed1c181eeb5c59915300eea821b8008c18f25b3 (diff) | |
download | gtk+-929a56e53cddb56e9057ff6c3aa2d968ce31a103.tar.gz |
Clean up lots of GTK+ -> GTK
Replace most remaining uses of GTK+ in the docs and
user-visible strings by GTK. Also remove some leftover
"Was added in 3.x" sentences from the docs.
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r-- | gtk/gtktooltip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index ce17e8d5af..e0ad7772fc 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -48,7 +48,7 @@ * image, or you want the tooltip to have different contents per #GtkTreeView * row or cell, you will have to do a little more work: * - * - Set the #GtkWidget:has-tooltip property to %TRUE, this will make GTK+ + * - Set the #GtkWidget:has-tooltip property to %TRUE, this will make GTK * monitor the widget for motion and related events which are needed to * determine when and where to show a tooltip. * |