summaryrefslogtreecommitdiff
path: root/glib/gconvert.c
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaudr@kali.org>2023-05-10 10:11:24 +0700
committerArnaud Rebillout <arnaudr@kali.org>2023-05-10 10:56:44 +0700
commitf722f11e576f56d6029c9d09dcc04c185d34a28a (patch)
tree0be264a294427bd5b3fed9f84d7bc121b52972c3 /glib/gconvert.c
parent20964ad4ab18f5ba01f3bd1625fb9152eb8ca932 (diff)
downloadglib-f722f11e576f56d6029c9d09dcc04c185d34a28a.tar.gz
Rename GTK+ to GTK (mostly comments and documentation)
GTK lost it's '+' suffix back in 2019, according to <https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html> This commit can be re-generated with: git grep -l GTK+ \ | grep -v -e ^NEWS -e ^glib/tests/collate.c \ | xargs sed -i 's/GTK+/GTK/g' Most of the changes are in comments and documentation.
Diffstat (limited to 'glib/gconvert.c')
-rw-r--r--glib/gconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gconvert.c b/glib/gconvert.c
index 829fe38de..baf970244 100644
--- a/glib/gconvert.c
+++ b/glib/gconvert.c
@@ -85,7 +85,7 @@
* Character: P r e s e n t a c i รณ n . s x i
* Hex code: 50 72 65 73 65 6e 74 61 63 69 c3 b3 6e 2e 73 78 69
* ]|
- * Glib uses UTF-8 for its strings, and GUI toolkits like GTK+ that use
+ * Glib uses UTF-8 for its strings, and GUI toolkits like GTK that use
* GLib do the same thing. If you get a file name from the file system,
* for example, from readdir() or from g_dir_read_name(), and you wish
* to display the file name to the user, you will need to convert it