diff options
Diffstat (limited to 'linden/indra/llcommon/llfindlocale.cpp')
-rw-r--r-- | linden/indra/llcommon/llfindlocale.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llfindlocale.cpp b/linden/indra/llcommon/llfindlocale.cpp index 47da974..344041c 100644 --- a/linden/indra/llcommon/llfindlocale.cpp +++ b/linden/indra/llcommon/llfindlocale.cpp | |||
@@ -180,10 +180,10 @@ canonise_fl(FL_Locale *l) { | |||
180 | #define ML(pn,sn) MAKELANGID(LANG_##pn, SUBLANG_##pn##_##sn) | 180 | #define ML(pn,sn) MAKELANGID(LANG_##pn, SUBLANG_##pn##_##sn) |
181 | #define MLN(pn) MAKELANGID(LANG_##pn, SUBLANG_DEFAULT) | 181 | #define MLN(pn) MAKELANGID(LANG_##pn, SUBLANG_DEFAULT) |
182 | #define RML(pn,sn) MAKELANGID(LANG_##pn, SUBLANG_##sn) | 182 | #define RML(pn,sn) MAKELANGID(LANG_##pn, SUBLANG_##sn) |
183 | typedef struct { | 183 | struct IDToCode { |
184 | LANGID id; | 184 | LANGID id; |
185 | char* code; | 185 | char* code; |
186 | } IDToCode; | 186 | }; |
187 | static const IDToCode both_to_code[] = { | 187 | static const IDToCode both_to_code[] = { |
188 | {ML(ENGLISH,US), "en_US.ISO_8859-1"}, | 188 | {ML(ENGLISH,US), "en_US.ISO_8859-1"}, |
189 | {ML(ENGLISH,CAN), "en_CA"}, /* english / canadian */ | 189 | {ML(ENGLISH,CAN), "en_CA"}, /* english / canadian */ |