aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llresmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llresmgr.cpp')
-rw-r--r--linden/indra/llui/llresmgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llui/llresmgr.cpp b/linden/indra/llui/llresmgr.cpp
index 2350093..5ed2cb3 100644
--- a/linden/indra/llui/llresmgr.cpp
+++ b/linden/indra/llui/llresmgr.cpp
@@ -440,6 +440,9 @@ const LLString LLLocale::SYSTEM_LOCALE("English_United States.1252");
440#elif LL_DARWIN 440#elif LL_DARWIN
441const LLString LLLocale::USER_LOCALE("en_US.iso8859-1");// = LLString::null; 441const LLString LLLocale::USER_LOCALE("en_US.iso8859-1");// = LLString::null;
442const LLString LLLocale::SYSTEM_LOCALE("en_US.iso8859-1"); 442const LLString LLLocale::SYSTEM_LOCALE("en_US.iso8859-1");
443#elif LL_SOLARIS
444const LLString LLLocale::USER_LOCALE("en_US.ISO8859-1");
445const LLString LLLocale::SYSTEM_LOCALE("C");
443#else // LL_LINUX likes this 446#else // LL_LINUX likes this
444const LLString LLLocale::USER_LOCALE("en_US.utf8"); 447const LLString LLLocale::USER_LOCALE("en_US.utf8");
445const LLString LLLocale::SYSTEM_LOCALE("C"); 448const LLString LLLocale::SYSTEM_LOCALE("C");