summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-12 12:01:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-12 12:01:04 -0400
commit929a56e53cddb56e9057ff6c3aa2d968ce31a103 (patch)
tree65742eabdc7437b5c8a8712b3cc64b27e56ab94d /tests
parent6ed1c181eeb5c59915300eea821b8008c18f25b3 (diff)
downloadgtk+-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 'tests')
-rw-r--r--tests/testheightforwidth.c2
-rw-r--r--tests/testtooltips.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c
index d7233ddcaf..6f78af2d47 100644
--- a/tests/testheightforwidth.c
+++ b/tests/testheightforwidth.c
@@ -112,7 +112,7 @@ static TestInterface interfaces[] = {
" <property name=\"label\">Long label</property>"
" <child>"
" <object class=\"GtkLabel\" id=\"label1\">"
- " <property name=\"label\" translatable=\"yes\">This is a really long label for the purpose of testing line wrapping is working correctly in conjunction with height-for-width support in GTK+</property>"
+ " <property name=\"label\" translatable=\"yes\">This is a really long label for the purpose of testing line wrapping is working correctly in conjunction with height-for-width support in GTK</property>"
" <property name=\"wrap\">True</property>"
" <property name=\"max_width_chars\">30</property>"
" <attributes>"
diff --git a/tests/testtooltips.c b/tests/testtooltips.c
index 3c5d87c376..2cc4bf9c96 100644
--- a/tests/testtooltips.c
+++ b/tests/testtooltips.c
@@ -1,4 +1,4 @@
-/* testtooltips.c: Test application for GTK+ >= 2.12 tooltips code
+/* testtooltips.c: Test application for GTK >= 2.12 tooltips code
*
* Copyright (C) 2006-2007 Imendio AB
* Contact: Kristian Rietveld <kris@imendio.com>