[gimp] app: Update comment in last commit



commit 5441577f2bfa6c3ff281ec12b687e5a985f3dd68
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Aug 31 11:49:05 2011 +0530

    app: Update comment in last commit

 app/app.c |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/app/app.c b/app/app.c
index 9da1d0f..49b2493 100644
--- a/app/app.c
+++ b/app/app.c
@@ -291,14 +291,11 @@ app_init_language (const gchar *language)
   if (! language)
     {
       /* FIXME: This is a hack. gettext doesn't pick the right language
-         by default on Windows, so we enforce the right one. */
-
-      /* ISO 639-1
-       *    http:www.loc.gov/standards/iso639-2/
-       * List of existing mui packs:
-       *    http:www.microsoft.com/globaldev/reference/win2k/setup/Langid.mspx
-       * List of known id's
-       *    http:www.microsoft.com/globaldev/reference/lcid-all.mspx
+       * by default on Windows, so we enforce the right one. The
+       * following code is an adaptation of Python code from
+       * pynicotine. For reasons why this approach is needed, and why
+       * the GetLocaleInfo() approach in other libs falls flat, see:
+       * http://blogs.msdn.com/b/michkap/archive/2007/04/15/2146890.aspx
        */
 
       switch (GetUserDefaultUILanguage())



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]