aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhtmlhelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterhtmlhelp.cpp')
-rw-r--r--linden/indra/newview/llfloaterhtmlhelp.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterhtmlhelp.cpp b/linden/indra/newview/llfloaterhtmlhelp.cpp
index db68bf8..f2a8374 100644
--- a/linden/indra/newview/llfloaterhtmlhelp.cpp
+++ b/linden/indra/newview/llfloaterhtmlhelp.cpp
@@ -424,6 +424,15 @@ void LLFloaterHtmlHelp::onClickF1HelpLoadURL(S32 option, void* userdata)
424 else 424 else
425 if ( lang == "de" ) 425 if ( lang == "de" )
426 help_url = "http://de.secondlife.com/support"; 426 help_url = "http://de.secondlife.com/support";
427 else
428 if ( lang == "es" )
429 help_url = "http://secondlife.com/app/support/index_es.html";
430 else
431 if ( lang == "fr" )
432 help_url = "http://secondlife.com/app/support/index_fr.html";
433 else
434 if ( lang == "zh" )
435 help_url = "http://secondlife.com/app/support/index_zh.html";
427 436
428 LLWeb::loadURL( help_url ); 437 LLWeb::loadURL( help_url );
429 }; 438 };