From e928fbb31c12ebb194f1f3dee0433fe85285b1be Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 24 Nov 2004 19:20:38 +0000 Subject: Lowercase the lang codes. 2004-11-24 Christian Persch * embed/mozilla/mozilla-notifiers.cpp: Lowercase the lang codes. --- embed/mozilla/mozilla-notifiers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 063973b6d..315b62fca 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -94,7 +94,7 @@ transform_accept_languages_list (GConfValue *gcvalue, else if (lang != NULL && lang[0] != '\0') { char *str; - str = g_strdup (lang); + str = g_ascii_strdown (lang, -1); g_array_append_val (array, str); } } -- cgit v1.2.3