mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 19:06:38 +02:00
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.
This commit is contained in:
@@ -123,8 +123,8 @@ g_win32_getlocale (void)
|
||||
const gchar *script = NULL;
|
||||
|
||||
/* Let the user override the system settings through environment
|
||||
* variables, as on POSIX systems. Note that in GTK+ applications
|
||||
* since GTK+ 2.10.7 setting either LC_ALL or LANG also sets the
|
||||
* variables, as on POSIX systems. Note that in GTK applications
|
||||
* since GTK 2.10.7 setting either LC_ALL or LANG also sets the
|
||||
* Win32 locale and C library locale through code in gtkmain.c.
|
||||
*/
|
||||
if (((ev = g_getenv ("LC_ALL")) != NULL && ev[0] != '\0')
|
||||
|
Reference in New Issue
Block a user