[sword-svn] r2463 - trunk/src/mgr

chrislit at crosswire.org chrislit at crosswire.org
Wed Oct 14 15:14:55 MST 2009


Author: chrislit
Date: 2009-10-14 15:14:55 -0700 (Wed, 14 Oct 2009)
New Revision: 2463

Modified:
   trunk/src/mgr/swlocale.cpp
Log:
changed default locale from en_US to en (nothing is specifically US about the default locale)

Modified: trunk/src/mgr/swlocale.cpp
===================================================================
--- trunk/src/mgr/swlocale.cpp	2009-10-14 05:38:40 UTC (rev 2462)
+++ trunk/src/mgr/swlocale.cpp	2009-10-14 22:14:55 UTC (rev 2463)
@@ -31,7 +31,7 @@
 
 typedef std::map < SWBuf, SWBuf, std::less < SWBuf > >LookupMap;
 
-const char *SWLocale::DEFAULT_LOCALE_NAME="en_US";
+const char *SWLocale::DEFAULT_LOCALE_NAME="en";
 
 // I have bridge patterns, but this hides swconfig and map from lots o stuff
 class SWLocale::Private {




More information about the sword-cvs mailing list