diff options
-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"]; |