diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/llui/llresmgr.cpp | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/llui/llresmgr.cpp')
-rw-r--r-- | linden/indra/llui/llresmgr.cpp | 3 |
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 |
441 | const LLString LLLocale::USER_LOCALE("en_US.iso8859-1");// = LLString::null; | 441 | const LLString LLLocale::USER_LOCALE("en_US.iso8859-1");// = LLString::null; |
442 | const LLString LLLocale::SYSTEM_LOCALE("en_US.iso8859-1"); | 442 | const LLString LLLocale::SYSTEM_LOCALE("en_US.iso8859-1"); |
443 | #elif LL_SOLARIS | ||
444 | const LLString LLLocale::USER_LOCALE("en_US.ISO8859-1"); | ||
445 | const LLString LLLocale::SYSTEM_LOCALE("C"); | ||
443 | #else // LL_LINUX likes this | 446 | #else // LL_LINUX likes this |
444 | const LLString LLLocale::USER_LOCALE("en_US.utf8"); | 447 | const LLString LLLocale::USER_LOCALE("en_US.utf8"); |
445 | const LLString LLLocale::SYSTEM_LOCALE("C"); | 448 | const LLString LLLocale::SYSTEM_LOCALE("C"); |