Mention that my last change to gwin32.c also fixes #395419.
authorTor Lillqvist <tml@src.gnome.org>
Mon, 15 Jan 2007 02:06:30 +0000 (02:06 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 15 Jan 2007 02:06:30 +0000 (02:06 +0000)
svn path=/trunk/; revision=5258

ChangeLog

index c7972c1..85e0808 100644 (file)
--- 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  <mclasen@redhat.com>