bug 195093 : fix a typo (eu-US --> en-US) (thanks to tor who noticed it in bug 153586)

This commit is contained in:
jshin%mailaps.org 2003-10-31 01:26:42 +00:00
parent 9731aec3a9
commit eaa30cd46a

View File

@ -216,7 +216,7 @@ nsLocaleService::nsLocaleService(void)
char* lang = getenv("LANG");
if ( lang == nsnull ) {
platformLocale.Assign(NS_LITERAL_STRING("en_US"));
result = posixConverter->GetXPLocale("eu-US", xpLocale);
result = posixConverter->GetXPLocale("en-US", xpLocale);
}
else {
result = posixConverter->GetXPLocale(lang, xpLocale);