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/gtkimcontextquartz.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/gtkimcontextquartz.c')
-rw-r--r-- | gtk/gtkimcontextquartz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontextquartz.c b/gtk/gtkimcontextquartz.c index 6f0555582a..1749204643 100644 --- a/gtk/gtkimcontextquartz.c +++ b/gtk/gtkimcontextquartz.c @@ -280,7 +280,7 @@ quartz_focus_out (GtkIMContext *context) GtkIMContextQuartz *qc = GTK_IM_CONTEXT_QUARTZ (context); qc->focused = FALSE; - /* Commit any partially built strings or it'll mess up other GTK+ widgets in the window */ + /* Commit any partially built strings or it'll mess up other widgets in the window */ discard_preedit (context); } |