diff options
author | David Walter Seikel | 2011-10-11 18:03:01 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-10-11 18:03:01 +1000 |
commit | 2702174c95c688a7da3542bb1ab02153ba8088cc (patch) | |
tree | 9e91aa7afb539fdc48ae56cbbf73255cb27bad17 /linden/indra/newview | |
parent | This might help compiles on Windows to. (diff) | |
download | meta-impy-2702174c95c688a7da3542bb1ab02153ba8088cc.zip meta-impy-2702174c95c688a7da3542bb1ab02153ba8088cc.tar.gz meta-impy-2702174c95c688a7da3542bb1ab02153ba8088cc.tar.bz2 meta-impy-2702174c95c688a7da3542bb1ab02153ba8088cc.tar.xz |
Um, no, SL does not get it's own country, Especiall one that usurps some other countries code.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/lgghunspell_wrapper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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; | |||
30 | // do not insert empty lines after this line until the size calculation | 30 | // do not insert empty lines after this line until the size calculation |
31 | #define COUNTRY_CODES_RAW_START_LINE (__LINE__ + 2) | 31 | #define COUNTRY_CODES_RAW_START_LINE (__LINE__ + 2) |
32 | static char * countryCodesraw[] = { | 32 | static char * countryCodesraw[] = { |
33 | (char*)"SL",(char*)"SecondLife", | 33 | // (char*)"SL",(char*)"SecondLife", // Um, no, SL does not get it's own country, Especiall one that usurps some other countries code. |
34 | (char*)"AA",(char*)"Anarchadia", // I get one though. :-P | ||
34 | (char*)"AD",(char*)"Andorra", | 35 | (char*)"AD",(char*)"Andorra", |
35 | (char*)"AE",(char*)"United Arab Emirates", | 36 | (char*)"AE",(char*)"United Arab Emirates", |
36 | (char*)"AF",(char*)"Afghanistan", | 37 | (char*)"AF",(char*)"Afghanistan", |