diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterhtmlhelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterhtmlhelp.cpp b/linden/indra/newview/llfloaterhtmlhelp.cpp index 9cae4cc..1d6f19e 100644 --- a/linden/indra/newview/llfloaterhtmlhelp.cpp +++ b/linden/indra/newview/llfloaterhtmlhelp.cpp | |||
@@ -204,7 +204,7 @@ void LLFloaterHtmlHelp::onClickF1HelpLoadURL(S32 option, void* userdata) | |||
204 | 204 | ||
205 | // this sucks but there isn't a way to grab an arbitrary string from an XML file | 205 | // this sucks but there isn't a way to grab an arbitrary string from an XML file |
206 | // (using llcontroldef strings causes problems if string don't exist) | 206 | // (using llcontroldef strings causes problems if string don't exist) |
207 | LLString help_url( "https://support.secondlife.com/" ); | 207 | LLString help_url( "http://secondlife.com/support" ); |
208 | if ( lang == "ja" ) | 208 | if ( lang == "ja" ) |
209 | help_url = "http://help.secondlife.com/jp"; | 209 | help_url = "http://help.secondlife.com/jp"; |
210 | else | 210 | else |