From 2702174c95c688a7da3542bb1ab02153ba8088cc Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 11 Oct 2011 18:03:01 +1000 Subject: Um, no, SL does not get it's own country, Especiall one that usurps some other countries code. --- linden/indra/newview/lgghunspell_wrapper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview') diff --git a/linden/indra/newview/lgghunspell_wrapper.cpp b/linden/indra/newview/lgghunspell_wrapper.cpp index 9548c4f..6d7d99a 100644 --- a/linden/indra/newview/lgghunspell_wrapper.cpp +++ b/linden/indra/newview/lgghunspell_wrapper.cpp @@ -30,7 +30,8 @@ Hunspell* lggHunSpell_Wrapper::myHunspell = 0; // do not insert empty lines after this line until the size calculation #define COUNTRY_CODES_RAW_START_LINE (__LINE__ + 2) static char * countryCodesraw[] = { - (char*)"SL",(char*)"SecondLife", + // (char*)"SL",(char*)"SecondLife", // Um, no, SL does not get it's own country, Especiall one that usurps some other countries code. + (char*)"AA",(char*)"Anarchadia", // I get one though. :-P (char*)"AD",(char*)"Andorra", (char*)"AE",(char*)"United Arab Emirates", (char*)"AF",(char*)"Afghanistan", -- cgit v1.1