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/gtktestutils.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/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 4b4018fa81..7688e12e71 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -46,7 +46,7 @@ /** * SECTION:gtktesting - * @Short_description: Utilities for testing GTK+ applications + * @Short_description: Utilities for testing GTK applications * @Title: Testing */ @@ -60,7 +60,7 @@ * stripped before return. * @...: currently unused * - * This function is used to initialize a GTK+ test program. + * This function is used to initialize a GTK test program. * * It will in turn call g_test_init() and gtk_init() to properly * initialize the testing framework and graphical toolkit. It’ll |