From: Tor Lillqvist Date: Mon, 15 Jan 2007 02:06:30 +0000 (+0000) Subject: Mention that my last change to gwin32.c also fixes #395419. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=12706811c2252b9b8d36c0726489a4f39305313a;p=dana%2Fcg-glib.git Mention that my last change to gwin32.c also fixes #395419. svn path=/trunk/; revision=5258 --- diff --git a/ChangeLog b/ChangeLog index c7972c15..85e0808b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,8 @@ * glib/gwin32.c (g_win32_getlocale): Simplify greatly. Instead of hardcoding a large switch statement, just ask Windows for the ISO639 and ISO3166 codes. Tack on @Latn or @Cyrl for those - languages which can alternatively be written in Latin or Cyrillic. + languages which can alternatively be written in Latin or + Cyrillic. Fixes #395419. 2007-01-12 Matthias Clasen