summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/textview.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-02-05 10:19:57 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-02-05 10:19:57 +0100
commit589cb19715194efa170ed70a464d841a09470d8e (patch)
tree303c459076da683d1508117bd9a19c1bd6387f1c /demos/gtk-demo/textview.c
parent0f24fddaf716fff1ebffc3e2014d8eecafa611a0 (diff)
downloadgtk+-589cb19715194efa170ed70a464d841a09470d8e.tar.gz
demos: Drop the '+' from GTK
The demos have user-visible text that should refer to "GTK", not "GTK+" any more.
Diffstat (limited to 'demos/gtk-demo/textview.c')
-rw-r--r--demos/gtk-demo/textview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/textview.c b/demos/gtk-demo/textview.c
index 7da5029506..b1306a0ff3 100644
--- a/demos/gtk-demo/textview.c
+++ b/demos/gtk-demo/textview.c
@@ -280,7 +280,7 @@ insert_text (GtkTextBuffer *buffer)
gtk_text_buffer_insert (buffer, &iter,
"This line (and most of the others in this buffer) is word-wrapped, "
"using the proper Unicode algorithm. Word wrap should work in all "
- "scripts and languages that GTK+ supports. Let's make this a long "
+ "scripts and languages that GTK supports. Let's make this a long "
"paragraph to demonstrate: blah blah blah blah blah blah blah blah "
"blah blah blah blah blah blah blah blah blah blah blah\n\n", -1);