From 929a56e53cddb56e9057ff6c3aa2d968ce31a103 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Sep 2020 12:01:04 -0400 Subject: 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. --- gtk/gtktestutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtktestutils.c') 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 -- cgit v1.2.1