diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-05 10:19:57 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-05 10:19:57 +0100 |
commit | 589cb19715194efa170ed70a464d841a09470d8e (patch) | |
tree | 303c459076da683d1508117bd9a19c1bd6387f1c /demos/gtk-demo/textview.c | |
parent | 0f24fddaf716fff1ebffc3e2014d8eecafa611a0 (diff) | |
download | gtk+-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.c | 2 |
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); |