summaryrefslogtreecommitdiff
path: root/glib/gwin32.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gwin32.c')
-rw-r--r--glib/gwin32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gwin32.c b/glib/gwin32.c
index 85053c079..ab9e4b571 100644
--- a/glib/gwin32.c
+++ b/glib/gwin32.c
@@ -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')