diff options
Diffstat (limited to 'linden/indra/llcommon/llfindlocale.cpp')
-rw-r--r-- | linden/indra/llcommon/llfindlocale.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llfindlocale.cpp b/linden/indra/llcommon/llfindlocale.cpp index 47da974..c0d4aff 100644 --- a/linden/indra/llcommon/llfindlocale.cpp +++ b/linden/indra/llcommon/llfindlocale.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2008&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2008&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2008, Linden Research, Inc. | 7 | * Copyright (c) 2008-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -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 */ |