diff options
author | McCabe Maxsted | 2010-08-31 12:39:58 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-31 12:39:58 -0700 |
commit | 8b4047234b884929b0db9941023b2b642d16053a (patch) | |
tree | ce919e5b02ea134f36cd9a40bdf1904bdbc3a4ab /linden/indra | |
parent | Fixed linking error with chat as command line (diff) | |
download | meta-impy-8b4047234b884929b0db9941023b2b642d16053a.zip meta-impy-8b4047234b884929b0db9941023b2b642d16053a.tar.gz meta-impy-8b4047234b884929b0db9941023b2b642d16053a.tar.bz2 meta-impy-8b4047234b884929b0db9941023b2b642d16053a.tar.xz |
Changed dictionary links from modularsystems.sl to imprudenceviewer.org
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/lggdicdownload.cpp | 4 | ||||
-rw-r--r-- | linden/indra/newview/lgghunspell_wrapper.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/lggdicdownload.cpp b/linden/indra/newview/lggdicdownload.cpp index 7011312..bd383e2 100644 --- a/linden/indra/newview/lggdicdownload.cpp +++ b/linden/indra/newview/lggdicdownload.cpp | |||
@@ -128,8 +128,8 @@ void lggDicDownloadFloater::onClickDownload(void* data) | |||
128 | { | 128 | { |
129 | index--; | 129 | index--; |
130 | std::string newDict(self->sNames[index]); | 130 | std::string newDict(self->sNames[index]); |
131 | LLHTTPClient::get("http://www.modularsystems.sl/app/dics/"+newDict+".aff", new EmeraldDicDownloader(self,newDict+".aff")); | 131 | LLHTTPClient::get("http://www.imprudenceviewer.org/app/dics/"+newDict+".aff", new EmeraldDicDownloader(self,newDict+".aff")); |
132 | LLHTTPClient::get("http://www.modularsystems.sl/app/dics/"+newDict+".dic", new EmeraldDicDownloader(NULL,newDict+".dic")); | 132 | LLHTTPClient::get("http://www.imprudenceviewer.org/app/dics/"+newDict+".dic", new EmeraldDicDownloader(NULL,newDict+".dic")); |
133 | 133 | ||
134 | LLButton* butt = self->getChild<LLButton>("Emerald_dic_download"); | 134 | LLButton* butt = self->getChild<LLButton>("Emerald_dic_download"); |
135 | if(butt) | 135 | if(butt) |
diff --git a/linden/indra/newview/lgghunspell_wrapper.cpp b/linden/indra/newview/lgghunspell_wrapper.cpp index 36ad94a..ff5a3d0 100644 --- a/linden/indra/newview/lgghunspell_wrapper.cpp +++ b/linden/indra/newview/lgghunspell_wrapper.cpp | |||
@@ -847,7 +847,7 @@ void lggHunSpell_Wrapper::getMoreButton(void * data) | |||
847 | { | 847 | { |
848 | std::vector<std::string> shortNames; | 848 | std::vector<std::string> shortNames; |
849 | std::vector<std::string> longNames; | 849 | std::vector<std::string> longNames; |
850 | LLSD response = LLHTTPClient::blockingGet("http://www.modularsystems.sl/app/dics/dic_list.xml"); | 850 | LLSD response = LLHTTPClient::blockingGet("http://www.imprudenceviewer.org/app/dics/dic_list.xml"); |
851 | if(response.has("body")) | 851 | if(response.has("body")) |
852 | { | 852 | { |
853 | const LLSD &dict_list = response["body"]; | 853 | const LLSD &dict_list = response["body"]; |