[mapguide-commits] r4845 - trunk/Tools/Maestro/Maestro/LoginForm

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri May 7 08:36:50 EDT 2010


Author: jng
Date: 2010-05-07 08:36:50 -0400 (Fri, 07 May 2010)
New Revision: 4845

Modified:
   trunk/Tools/Maestro/Maestro/LoginForm/HttpLoginCtrl.cs
Log:
Fix the cause of #1351 from the Maestro end.

Modified: trunk/Tools/Maestro/Maestro/LoginForm/HttpLoginCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro/LoginForm/HttpLoginCtrl.cs	2010-05-07 12:35:09 UTC (rev 4844)
+++ trunk/Tools/Maestro/Maestro/LoginForm/HttpLoginCtrl.cs	2010-05-07 12:36:50 UTC (rev 4845)
@@ -134,7 +134,7 @@
                 var ci = cmbLanguage.SelectedItem as CultureInfo;
                 if (ci != null)
                 {
-                    return ci.Name;
+                    return ci.TwoLetterISOLanguageName;
                 }
                 return null;
             }



More information about the mapguide-commits mailing list